Skip to content

Commit fa0c617

Browse files
authored
Merge pull request #4671 from stacks-network/fix/release-tag
update release workflow to tag the correct commit
2 parents e14022a + d910476 commit fa0c617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
draft: false
7171
prerelease: true
7272
fail_on_unmatched_files: true
73+
target_commitish: ${{ github.sha }}
74+
generate_release_notes: true
7375
files: |
7476
release/*.zip
7577
CHECKSUMS.txt

0 commit comments

Comments
 (0)