Skip to content

Commit

Permalink
fix(ci): update Gradle Plugin publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Feb 11, 2025
1 parent 2615059 commit 1b05aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew --scan publishPlugins
run: ./gradlew --scan :mockmp:mockmp-gradle-plugin:publishPlugins

0 comments on commit 1b05aa0

Please sign in to comment.