Skip to content

Commit

Permalink
check tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
giper45 committed Jul 31, 2024
1 parent 849b8d6 commit f6b6101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ env.VERSION }}
tag_name: 1.0
# tag_name: ${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
draft: false
prerelease: false
Expand Down

0 comments on commit f6b6101

Please sign in to comment.