Skip to content

Commit c57182a

Browse files
committed
Try to fix git commit issue
1 parent 8eba243 commit c57182a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
6464
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
6565
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'
66+
# - name: Commit release tag and next version
67+
# uses: stefanzweifel/git-auto-commit-action@v4
68+
# with:
69+
# push_options: '--follow-tags'

github-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ removeSnapshots
6262

6363
commitRelease
6464
bumpVersion
65-
#commitNextVersion
66-
#git push --follow-tags
65+
commitNextVersion
66+
git push --follow-tags

0 commit comments

Comments
 (0)