Skip to content

Commit 4edd78f

Browse files
committed
Try basing release notes on github.sha rather than github.ref_name.
1 parent c6a6db8 commit 4edd78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
${{ needs.build.outputs.relnotes }}
383383
prerelease: true
384384
generate_release_notes: true
385-
target_commitish: ${{ github.ref_name }}
385+
target_commitish: ${{ github.sha }}
386386
append_body: true
387387
fail_on_unmatched_files: true
388388
files: |

0 commit comments

Comments
 (0)