Skip to content

Commit 1bb14b1

Browse files
authored
Remove configuration cache for releasing
1 parent e0c056b commit 1bb14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3131
cache-read-only: true
3232
- name: Publish
33-
run: ./gradlew publishAllPublicationsToMavenCentral --configuration-cache
33+
run: ./gradlew publishAllPublicationsToMavenCentral
3434
- name: Close and release
3535
if: inputs.close_and_release
3636
run: ./gradlew releaseRepository --configuration-cache

0 commit comments

Comments
 (0)