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 1d76797 commit f521458Copy full SHA for f521458
.github/workflows/pre-release.yml
@@ -87,6 +87,7 @@ jobs:
87
88
git config --global user.email "[email protected]"
89
git config --global user.name "GitHub Actions"
90
+ git add -A
91
git commit -m "release version to ${{ env.new_version }}"
92
git tag "v${{ env.new_version }}"
93
git push origin main --tags
0 commit comments