Skip to content

Commit 3e4b2f4

Browse files
authoredMar 23, 2024
Do not close the staging repository (#49)
1 parent 0d0ad9c commit 3e4b2f4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/publish-sdk.yml

-7
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ jobs:
2929
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
3030
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3131

32-
- name: Close the staging repository
33-
run: mvn nexus-staging:close -X
34-
env:
35-
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
36-
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
37-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
38-
3932
- name: Release the staging repository
4033
run: mvn nexus-staging:release -X
4134
env:

0 commit comments

Comments
 (0)
Please sign in to comment.