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 9dc3c53 commit 806f5d7Copy full SHA for 806f5d7
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
build/libs/java-security-*.jar
36
37
- name: "Publish to Maven Central"
38
- run: ./gradlew publish
+ run: ./gradlew publishNebulaPublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository
39
env:
40
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
41
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSPHRASE }}
0 commit comments