Skip to content

Commit f2c6eb5

Browse files
committed
Can't do the main fast-forward because it's a protected branch, NBD.
1 parent a829618 commit f2c6eb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,3 @@ jobs:
6565
if: "${{ github.event.inputs.to_publish == 'lib' }}"
6666
run: |
6767
./gradlew :changelogPush -Prelease=true --stacktrace --warning-mode all --no-configuration-cache
68-
- run: git checkout main
69-
- run: git merge release --ff-only
70-
- run: git push origin main

0 commit comments

Comments
 (0)