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 @@ -398,8 +398,8 @@ jobs:
398398 - name : Release to Maven Central
399399 if : github.ref == 'refs/heads/master'
400400 env :
401- SONATYPE_USER : ${{ secrets.SONATYPE_USER }}
402- SONATYPE_PW : ${{ secrets.SONATYPE_PW }}
401+ SONATYPE_USER : ${{ secrets.SONATYPE_USER_2 }}
402+ SONATYPE_PW : ${{ secrets.SONATYPE_PW_2 }}
403403 run : |
404404 cat <(echo -e "${{ secrets.GPG_KEY }}") | gpg --batch --import
405405 gpg --list-secret-keys --keyid-format LONG
Original file line number Diff line number Diff line change 266266 <extensions >true</extensions >
267267 <configuration >
268268 <serverId >ossrh</serverId >
269- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
269+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
270270 <autoReleaseAfterClose >true</autoReleaseAfterClose >
271271 </configuration >
272272 </plugin >
You can’t perform that action at this time.
0 commit comments