We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c056b commit 1bb14b1Copy full SHA for 1bb14b1
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
31
cache-read-only: true
32
- name: Publish
33
- run: ./gradlew publishAllPublicationsToMavenCentral --configuration-cache
+ run: ./gradlew publishAllPublicationsToMavenCentral
34
- name: Close and release
35
if: inputs.close_and_release
36
run: ./gradlew releaseRepository --configuration-cache
0 commit comments