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 cfc418e commit 1e18ec4Copy full SHA for 1e18ec4
.github/workflows/publish.yml
@@ -111,7 +111,7 @@ jobs:
111
# ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.GPG_PRIVATE_KEY_ID }}
112
# ORG_GRADLE_PROJECT_base64EncodedAsciiArmoredSigningKey: ${{ secrets.GPG_BASE64_ENCODED_KEY }}
113
# run: echo "publishing to maven central"
114
- run: ./gradlew publishToMavenLocal --stacktrace
+ run: ./gradlew publishAllPublicationsToSonatypeRepository --stacktrace
115
116
# # Step to import GPG key and sign the artifacts
117
# - name: Sign artifacts
0 commit comments