We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a743288 commit e7d8398Copy full SHA for e7d8398
.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