diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-26 13:26:29 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-01 16:19:01 -0500 |
commit | 7c52db381c61f10aa5e4e9c5414c54c0e49d5815 (patch) | |
tree | 19654ede5760898207f40eedfd2b6d75d851033c /.github | |
parent | d7e6a7dbd057e03984583f4524953f8ae5250f17 (diff) |
Try basing release notes on github.sha rather than github.ref_name.
(cherry picked from commit 4edd78f2e54b3cd2e0b0a4b9300dfc669231dd98)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b156133799..1816e8b48f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -382,7 +382,7 @@ jobs: ${{ needs.build.outputs.relnotes }} prerelease: true generate_release_notes: true - target_commitish: ${{ github.ref_name }} + target_commitish: ${{ github.sha }} append_body: true fail_on_unmatched_files: true files: | |