Skip to content

Commit c803468

Browse files
committed
Switch to sonatype S01
1 parent e31b4a0 commit c803468

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ jobs:
6363
--publishArtifacts __.publishArtifacts \
6464
--sonatypeCreds ${{ secrets.SONATYPE_USERNAME }}:${{secrets.SONATYPE_PASSWORD }} \
6565
--gpgArgs '--passphrase=${{ secrets.PGP_PASSPHRASE }},--batch,--yes,-a,-b' \
66+
--sonatypeUri https://s01.oss.sonatype.org/service/local \
67+
--sonatypeSnapshotUri https://s01.oss.sonatype.org/content/repositories/snapshots \
6668
--signed true \
6769
--release true

0 commit comments

Comments
 (0)