Try basing release notes on github.sha rather than github.ref_name.
(cherry picked from commit 4edd78f2e5)
master
parent
d7e6a7dbd0
commit
7c52db381c
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue