Skip to content

Commit 165c646

Browse files
authored
Merge pull request #684 from openziti/use-jreleaser
make sure we release the staging repo
2 parents a743288 + e7d8398 commit 165c646

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)