Skip to content

Commit 5d2efbb

Browse files
committed
Automatically merge release into main and push it.
1 parent b19a5a5 commit 5d2efbb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
distribution: 'temurin'
2020
- name: gradle caching
2121
uses: gradle/gradle-build-action@v2
22+
- run: git fetch origin main
2223
- name: publish all
23-
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

Comments
 (0)