File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 if : ${{ github.event_name == 'workflow_dispatch' }}
165165 run : |
166166 git tag -a "v${RELEASE_VERSION}" -m "Release $RELEASE_VERSION"
167- git push origin HEAD:main --follow-tags
167+ git push origin HEAD:master --follow-tags
168168
169169 - name : Download Docker binaries
170170@@ -221,4 +221,4 @@ jobs:
221221 git config user.name "github-actions"
222222 git config user.email "[email protected]"
223223 git commit -am "chore: start next development cycle $NEXT_VERSION [skip ci]"
224- git push origin HEAD:main
224+ git push origin HEAD:master
Original file line number Diff line number Diff line change 55org.gradle.configuration-cache =false
66
77# No spaces on the following line, needed by release.yml:
8- version =4.1.3 -SNAPSHOT
8+ version =4.3.0 -SNAPSHOT
99
You can’t perform that action at this time.
0 commit comments