We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a898cd7 + 11d1ee8 commit cf26738Copy full SHA for cf26738
.github/workflows/release.yml
@@ -86,4 +86,6 @@ jobs:
86
run: ./gradlew publish --stacktrace
87
88
- name: Publish to ossrh
89
- run: ./gradlew jreleaserFullRelease --stacktrace
+ run: |
90
+ ./gradlew jreleaserFullRelease --stacktrace
91
+ curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr
client/build.gradle
@@ -262,7 +262,7 @@ jreleaser {
262
nexus2 {
263
'maven-central' {
264
active = 'ALWAYS'
265
- url = 'https://oss.sonatype.org/service/local'
+ url = 'https://ossrh-staging-api.central.sonatype.com/service/local'
266
closeRepository = true
267
releaseRepository = true
268
applyMavenCentralRules = true
0 commit comments