We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad05bf commit 164656aCopy full SHA for 164656a
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Grant execute permission for gradlew
32
run: chmod +x gradlew
33
- name: Release build
34
- run: ./gradlew displayVersion publishToSonatype closeAndReleaseSonatypeStagingRepository --max-workers 1 --no-daemon
+ run: ./gradlew displayVersion publishToSonatype closeAndReleaseSonatypeStagingRepository --max-workers 1 --no-daemon --no-configuration-cache
35
env:
36
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
37
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
0 commit comments