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 3bfa572 commit 52832abCopy full SHA for 52832ab
.github/workflows/ci.yml
@@ -47,4 +47,4 @@ jobs:
47
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
48
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SECRET }}
49
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }}
50
- run: ./gradlew publish --no-daemon
+ run: ./gradlew publishToSonatype closeSonatypeStagingRepository releaseSonatypeStagingRepository --no-daemon
0 commit comments