Skip to content

Commit

Permalink
Fix tagName format in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxianyun committed Jan 8, 2025
1 parent a766e6a commit 8e2bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: __VERSION__ #
tagName: v__VERSION__ #
releaseName: 'Termigo v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
Expand Down

0 comments on commit 8e2bb34

Please sign in to comment.