Skip to content

Commit

Permalink
fix: make release tag name consistent with git tag (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei authored Mar 6, 2024
1 parent 66d6995 commit 0837645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo $version
git config user.name '${{ vars.USER_NAME }}'
git config user.email '${{ vars.USER_EMAIL }}'
git tag v$version
git tag $version
git push origin v$version
- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0837645

Please sign in to comment.