Skip to content

Commit

Permalink
Do not close the staging repository (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky authored Mar 23, 2024
1 parent 0d0ad9c commit 3e4b2f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Close the staging repository
run: mvn nexus-staging:close -X
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Release the staging repository
run: mvn nexus-staging:release -X
env:
Expand Down

0 comments on commit 3e4b2f4

Please sign in to comment.