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 bfbbedf commit 697b2f8Copy full SHA for 697b2f8
.github/workflows/publish-maven-central.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Publish to Maven Central
70
run: |
71
- ./gradlew publishToMavenCentral --no-configuration-cache \
+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache \
72
-PmavenCentralUsername="$MAVEN_CENTRAL_USERNAME" \
73
-PmavenCentralPassword="$MAVEN_CENTRAL_PASSWORD" \
74
-Psigning.keyId="$SIGNING_KEY_ID" \
0 commit comments