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 5656 <distributionManagement >
5757 <snapshotRepository >
5858 <id >ossrh</id >
59- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
59+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
6060 </snapshotRepository >
6161 <site >
6262 <id >localDocsDirectory</id >
290290 <extensions >true</extensions >
291291 <configuration >
292292 <serverId >ossrh</serverId >
293- <nexusUrl >https://oss. sonatype.org/ </nexusUrl >
293+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
294294 <autoReleaseAfterClose >true</autoReleaseAfterClose >
295295 </configuration >
296296 </plugin >
You can’t perform that action at this time.
0 commit comments