Skip to content

Commit

Permalink
Automatically release staging repo in release pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nightm4re94 committed Oct 29, 2023
1 parent 1d92183 commit 00ce61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.OSSRH_PASSWORD }}
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.PGP_SECRET }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.PGP_PASSPHRASE }}
run: ./gradlew publishToSonatype closeSonatypeStagingRepository
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository

- name: Push tags
if: inputs.incrementVersion != 'none' && inputs.incrementVersion != ''
Expand Down

0 comments on commit 00ce61d

Please sign in to comment.