Skip to content

Commit

Permalink
Merge pull request #4671 from stacks-network/fix/release-tag
Browse files Browse the repository at this point in the history
update release workflow to tag the correct commit
  • Loading branch information
wileyj committed Apr 10, 2024
2 parents e14022a + d910476 commit fa0c617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
draft: false
prerelease: true
fail_on_unmatched_files: true
target_commitish: ${{ github.sha }}
generate_release_notes: true
files: |
release/*.zip
CHECKSUMS.txt
Expand Down

0 comments on commit fa0c617

Please sign in to comment.