We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe119fd commit a531d78Copy full SHA for a531d78
.github/workflows/deploy.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: publish all
49
if: "${{ github.event.inputs.to_publish == 'all' }}"
50
run: |
51
- ./gradlew :changelogPush -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
+ ./gradlew :publishPlugins -Prelease=true -Penable_publishing=true -Pgradle.publish.key=${{ secrets.GRADLE_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_SECRET }} --stacktrace --warning-mode all
0 commit comments