Skip to content

Commit

Permalink
Fix tag release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Mar 28, 2024
1 parent 36789e7 commit d2cb252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
name: ${{ env.RELEASE_NAME }}
tag_name: ${{ env.RELEASE_TAGNAME }}
fail_on_unmatched_files: false
target_commitish: ${{ env.RELEASE_NAME }}
target_commitish: ${{ github.sha }}
body: |
Last updated on ${{ env.RELEASE_DATE }}
files: |
Expand Down

0 comments on commit d2cb252

Please sign in to comment.