Skip to content

Commit 38bffff

Browse files
committed
Automatically merge the release branch into main and push it.
1 parent 57e25f2 commit 38bffff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ jobs:
6666
if: "${{ github.event.inputs.to_publish == 'lib' }}"
6767
run: |
6868
./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

Comments
 (0)