diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75b87cdc9..29484a790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,3 +191,4 @@ jobs: export GPG_TTY=$(tty) gpg --batch --import private-key.gpg ./mvnw -V -B -Dgpg.skip=false -s settings.xml deploy + curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr diff --git a/pom.xml b/pom.xml index c10fc9e26..8a6cb4454 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots localDocsDirectory @@ -432,7 +432,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true