We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e3a8b commit acf7031Copy full SHA for acf7031
1 file changed
.github/workflows/release.yml
@@ -69,4 +69,4 @@ jobs:
69
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.SIGNING_KEY }}
70
ORG_GRADLE_PROJECT_signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
71
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
72
- run: ./gradlew publish
+ run: ./gradlew publishToSonatype closeSonatypeStagingRepository
0 commit comments