Skip to content

Commit 8762980

Browse files
authored
enable automatic release publishing (via #1247)
1 parent 89ac78e commit 8762980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: "Gradle Publish"
3232
run: |
33-
./gradlew publishToSonatype closeSonatypeStagingRepository -Pversion=${GITHUB_REF:10} \
33+
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Pversion=${GITHUB_REF:10} \
3434
-Psigning.keyId=${GPG_KEY_ID} \
3535
-Psigning.password=${GPG_PASSPHRASE} \
3636
-Psigning.secretKeyRingFile=${GITHUB_WORKSPACE}/${GPG_KEY_ID}.gpg

0 commit comments

Comments
 (0)