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.
release
main
1 parent 57e25f2 commit 38bffffCopy full SHA for 38bffff
.github/workflows/deploy.yml
@@ -66,3 +66,6 @@ jobs:
66
if: "${{ github.event.inputs.to_publish == 'lib' }}"
67
run: |
68
./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
69
+ - run: git checkout main
70
+ - run: git merge release --ff-only
71
+ - run: git push origin main
0 commit comments