Skip to content

Commit

Permalink
define the tag to pull from what we get in the tag_name step
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jun 24, 2024
1 parent f0ea972 commit a3546c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Publish Release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.tag_name }}
artifacts: 'update-tool.phar'
artifactErrorsFailBuild: true
body: Version ${{ env.tag_name }}
Expand Down

0 comments on commit a3546c0

Please sign in to comment.