Skip to content

Commit

Permalink
fix: tag and release action (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <[email protected]>
  • Loading branch information
zhu-xiaowei and xiaoweii authored Mar 26, 2024
1 parent 7912ee4 commit a2c331e
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 @@ -26,7 +26,7 @@ jobs:
git config user.name '${{ vars.USER_NAME }}'
git config user.email '${{ vars.USER_EMAIL }}'
git tag $version
git push origin v$version
git push origin $version
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a2c331e

Please sign in to comment.