Skip to content

Commit d03d3e8

Browse files
Don't use configuration cache in release pipeline
1 parent 0263b9b commit d03d3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- run: ./gradlew lintRelease publishToMavenLocal
7070

71-
- run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
71+
- run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --no-configuration-cache
7272
env:
7373
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
7474
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)