diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ee95452e1..3f6feb65d1 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 098bac8d3f..afd5351155 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ ossrh - https://oss.sonatype.org/content/repositories/snapshots + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots localDocsDirectory @@ -290,7 +290,7 @@ true ossrh - https://oss.sonatype.org/ + https://ossrh-staging-api.central.sonatype.com true