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 56
56
<distributionManagement >
57
57
<snapshotRepository >
58
58
<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 >
60
60
</snapshotRepository >
61
61
<site >
62
62
<id >localDocsDirectory</id >
290
290
<extensions >true</extensions >
291
291
<configuration >
292
292
<serverId >ossrh</serverId >
293
- <nexusUrl >https://oss. sonatype.org/ </nexusUrl >
293
+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com </nexusUrl >
294
294
<autoReleaseAfterClose >true</autoReleaseAfterClose >
295
295
</configuration >
296
296
</plugin >
You can’t perform that action at this time.
0 commit comments