Skip to content

Commit 5b67b29

Browse files
Update publishing to Maven central.
1 parent 6592102 commit 5b67b29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
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>

0 commit comments

Comments
 (0)