Skip to content

Commit

Permalink
Disable configuration cache for 'Publish Locally'
Browse files Browse the repository at this point in the history
  • Loading branch information
sellmair committed Aug 23, 2024
1 parent 9690bbc commit b5120ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache-disabled: 'true'

- name: Publish Locally
run: ./gradlew publishAllPublicationsToLocalRepository --no-daemon --stacktrace
run: ./gradlew publishAllPublicationsToLocalRepository --no-daemon --no-configuration-cache -i -s
env:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }}
Expand Down

0 comments on commit b5120ee

Please sign in to comment.