Skip to content

Commit

Permalink
fix(ci): do not use config cache for oss publish
Browse files Browse the repository at this point in the history
sonatype plugin does not work with config cache
  • Loading branch information
jimirocks committed Nov 1, 2024
1 parent d17f4af commit b277cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loxone-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASS: ${{ secrets.SIGNING_PASS }}
run: |
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
./gradlew --no-configuration-cache publishToSonatype closeAndReleaseSonatypeStagingRepository

0 comments on commit b277cc2

Please sign in to comment.