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 71ae838 commit 66ebfaaCopy full SHA for 66ebfaa
.github/workflows/release.yaml
@@ -31,4 +31,4 @@ jobs:
31
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
32
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}
33
run: |
34
- ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
+ ./gradlew publishToMavenCentral --stacktrace
0 commit comments