We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0ad9c commit 3e4b2f4Copy full SHA for 3e4b2f4
.github/workflows/publish-sdk.yml
@@ -29,13 +29,6 @@ jobs:
29
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
30
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
31
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
-
39
- name: Release the staging repository
40
run: mvn nexus-staging:release -X
41
env:
0 commit comments