We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ac78e commit 8762980Copy full SHA for 8762980
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: "Gradle Publish"
32
run: |
33
- ./gradlew publishToSonatype closeSonatypeStagingRepository -Pversion=${GITHUB_REF:10} \
+ ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=${GITHUB_REF:10} \
34
-Psigning.keyId=${GPG_KEY_ID} \
35
-Psigning.password=${GPG_PASSPHRASE} \
36
-Psigning.secretKeyRingFile=${GITHUB_WORKSPACE}/${GPG_KEY_ID}.gpg
0 commit comments