Skip to content

Commit c01b2e6

Browse files
committed
Get rid of the broken part of the deployment.
1 parent 1aaac71 commit c01b2e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/deploy.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,4 @@ jobs:
4646
- name: publish all
4747
if: "${{ github.event.inputs.to_publish == 'all' }}"
4848
run: |
49-
./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
50-
- run: git checkout main
51-
- run: git merge release
52-
- run: git push origin main
49+
./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all

0 commit comments

Comments
 (0)