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:
191
191
export GPG_TTY=$(tty)
192
192
gpg --batch --import private-key.gpg
193
193
./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 70
70
<distributionManagement >
71
71
<snapshotRepository >
72
72
<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 >
74
74
</snapshotRepository >
75
75
<site >
76
76
<id >localDocsDirectory</id >
432
432
<extensions >true</extensions >
433
433
<configuration >
434
434
<serverId >ossrh</serverId >
435
- <nexusUrl >https://oss. sonatype.org/ </nexusUrl >
435
+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
436
436
<autoReleaseAfterClose >true</autoReleaseAfterClose >
437
437
</configuration >
438
438
</plugin >
You can’t perform that action at this time.
0 commit comments