Skip to content

Commit e7d8398

Browse files
committed
make sure we release the staging repo
1 parent a743288 commit e7d8398

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ jobs:
3838
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.SIGNING_PASSWORD }}
3939
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
4040
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}
41-
run: ./gradlew -i -S publishToSonatype
42-
41+
run: ./gradlew -i -S publishToSonatype closeAndReleaseSonatypeStagingRepository

0 commit comments

Comments
 (0)