summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-26 13:26:29 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-26 13:26:29 -0500
commit4edd78f2e54b3cd2e0b0a4b9300dfc669231dd98 (patch)
tree338605f6d8397065dc1b100a55da3c77f10d9771
parentc6a6db8488a8b3e7ea6534fbf5e2fe2b17864421 (diff)
Try basing release notes on github.sha rather than github.ref_name.
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 622ceb4afe..6f4325b9dd 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: |