Skip to content

Commit

Permalink
Merge branch 'main' into calibrate-timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei authored Mar 11, 2024
2 parents 85999b1 + 0837645 commit b83f932
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 b83f932

Please sign in to comment.