Skip to content

Commit 2c93b74

Browse files
committed
Fixed publishPlugins task
1 parent e82bf2b commit 2c93b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
4747
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
48-
run: ./gradlew clean build publish
48+
run: ./gradlew clean build publishPlugins
4949
- name: Upload test reports
5050
uses: actions/upload-artifact@v4
5151
if: always()

0 commit comments

Comments
 (0)