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.
2 parents a743288 + e7d8398 commit 165c646Copy full SHA for 165c646
.github/workflows/publish-release.yml
@@ -38,5 +38,4 @@ jobs:
38
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
39
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
40
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
41
- run: ./gradlew -i -S publishToSonatype
42
-
+ run: ./gradlew -i -S publishToSonatype closeAndReleaseSonatypeStagingRepository
0 commit comments