Try basing release notes on github.sha rather than github.ref_name.

(cherry picked from commit 4edd78f2e5)
master
Nat Goodspeed 2024-02-26 13:26:29 -05:00
parent d7e6a7dbd0
commit 7c52db381c
1 changed files with 1 additions and 1 deletions

View File

@ -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: |