We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82bf2b commit 2c93b74Copy full SHA for 2c93b74
1 file changed
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
env:
46
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
47
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
48
- run: ./gradlew clean build publish
+ run: ./gradlew clean build publishPlugins
49
- name: Upload test reports
50
uses: actions/upload-artifact@v4
51
if: always()
0 commit comments