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 8eba243 commit c57182aCopy full SHA for c57182a
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
64
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
65
run: bash github-build.sh
66
- - name: Commit release tag and next version
67
- uses: stefanzweifel/git-auto-commit-action@v4
68
- with:
69
- push_options: '--follow-tags'
+# - name: Commit release tag and next version
+# uses: stefanzweifel/git-auto-commit-action@v4
+# with:
+# push_options: '--follow-tags'
github-build.sh
@@ -62,5 +62,5 @@ removeSnapshots
62
commitRelease
bumpVersion
-#commitNextVersion
-#git push --follow-tags
+commitNextVersion
+git push --follow-tags
0 commit comments