Skip to content
Snippets Groups Projects
Commit 7c52db38 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

(cherry picked from commit 4edd78f2)
parent d7e6a7db
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ jobs: ...@@ -382,7 +382,7 @@ jobs:
${{ needs.build.outputs.relnotes }} ${{ needs.build.outputs.relnotes }}
prerelease: true prerelease: true
generate_release_notes: true generate_release_notes: true
target_commitish: ${{ github.ref_name }} target_commitish: ${{ github.sha }}
append_body: true append_body: true
fail_on_unmatched_files: true fail_on_unmatched_files: true
files: | files: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment