File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -191,3 +191,4 @@ jobs:
191191 export GPG_TTY=$(tty)
192192 gpg --batch --import private-key.gpg
193193 ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy
194+ curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr
Original file line number Diff line number Diff line change 7070 <distributionManagement >
7171 <snapshotRepository >
7272 <id >ossrh</id >
73- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
73+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
7474 </snapshotRepository >
7575 <site >
7676 <id >localDocsDirectory</id >
432432 <extensions >true</extensions >
433433 <configuration >
434434 <serverId >ossrh</serverId >
435- <nexusUrl >https://oss. sonatype.org/ </nexusUrl >
435+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
436436 <autoReleaseAfterClose >true</autoReleaseAfterClose >
437437 </configuration >
438438 </plugin >
You can’t perform that action at this time.
0 commit comments