We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaac71 commit c01b2e6Copy full SHA for c01b2e6
.github/workflows/deploy.yml
@@ -46,7 +46,4 @@ jobs:
46
- name: publish all
47
if: "${{ github.event.inputs.to_publish == 'all' }}"
48
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
+ ./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