We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bd5a3 commit cbe2860Copy full SHA for cbe2860
.github/workflows/pre-release.yml
@@ -87,8 +87,8 @@ jobs:
87
88
git config --global user.email "[email protected]"
89
git config --global user.name "GitHub Actions"
90
- git commit -m $COMMIT_MSG
91
- git tag $TAG
+ git commit -m "release version to ${{ env.new_version }}"
+ git tag "v${{ env.new_version }}"
92
git push origin main --tags
93
94
- name: create github release (triggers release)
0 commit comments