File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3535 - name : Gradle Check
3636 run : ./gradlew --info check
3737 build :
38- name : Publish snapshot
38+ name : Publish release
3939 needs : test
4040 runs-on : ubuntu-latest
4141 steps :
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'
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ commitNextVersion() {
5555echo " Deploying release to Bintray"
5656removeSnapshots
5757
58- ./gradlew clean assemble && ./gradlew check --info # && ./gradlew bintrayUpload -x check --info
58+ ./gradlew clean assemble # && ./gradlew bintrayUpload -x check --info
5959
6060commitRelease
6161bumpVersion
6262commitNextVersion
63- git push --follow-tags
63+ # git push --follow-tags
You can’t perform that action at this time.
0 commit comments