Skip to content

Commit

Permalink
Disabled configuration-cache on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Dec 24, 2024
1 parent 57320ca commit 5231765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONARTYPE_PASSWORD }}
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew -p plugins publish -s
run: ./gradlew -p plugins publish -s --no-configuration-cache

0 comments on commit 5231765

Please sign in to comment.