Skip to content

Commit 52832ab

Browse files
committed
Update ci.yml
1 parent 3bfa572 commit 52832ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
4848
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SECRET }}
4949
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }}
50-
run: ./gradlew publish --no-daemon
50+
run: ./gradlew publishToSonatype closeSonatypeStagingRepository releaseSonatypeStagingRepository --no-daemon

0 commit comments

Comments
 (0)