File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373
7474 - name : Release to Maven Central
7575 env :
76- SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
77- SONATYPE_PW : ${{ secrets.SONATYPE_PW }}
76+ SONATYPE_USER : ${{ secrets.SONATYPE_USER_2 }}
77+ SONATYPE_PW : ${{ secrets.SONATYPE_PW_2 }}
7878 run : |
7979 cat <(echo -e "${{ secrets.GPG_KEY }}") | gpg --batch --import
8080 gpg --list-secret-keys --keyid-format LONG
Original file line number Diff line number Diff line change 453453 <extensions >true</extensions >
454454 <configuration >
455455 <serverId >ossrh</serverId >
456- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
456+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
457457 <autoReleaseAfterClose >true</autoReleaseAfterClose >
458458 </configuration >
459459 </plugin >
You can’t perform that action at this time.
0 commit comments