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 b19a5a5 commit 5d2efbbCopy full SHA for 5d2efbb
.github/workflows/deploy.yml
@@ -19,5 +19,9 @@ jobs:
19
distribution: 'temurin'
20
- name: gradle caching
21
uses: gradle/gradle-build-action@v2
22
+ - run: git fetch origin main
23
- name: publish all
- run: ./gradlew changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
24
+ run: ./gradlew changelogPush -Prelease=true -Penable_publishing=true --stacktrace --warning-mode all
25
+ - run: git checkout main
26
+ - run: git merge release --ff-only
27
+ - run: git push origin main
0 commit comments