We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6187d0d commit 66c8e54Copy full SHA for 66c8e54
1 file changed
.github/workflows/publish.yml
@@ -31,4 +31,4 @@ jobs:
31
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.CENTRAL_USERNAME }}
32
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.CENTRAL_PASSWORD }}
33
run: |
34
- ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon
+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache --no-daemon
0 commit comments