Skip to content

Commit cf26738

Browse files
authored
Merge pull request #35 from javier-aliaga/migrate-maven
chore: Update maven-central repository
2 parents a898cd7 + 11d1ee8 commit cf26738

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@ jobs:
8686
run: ./gradlew publish --stacktrace
8787

8888
- name: Publish to ossrh
89-
run: ./gradlew jreleaserFullRelease --stacktrace
89+
run: |
90+
./gradlew jreleaserFullRelease --stacktrace
91+
curl -X POST https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.dapr

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jreleaser {
262262
nexus2 {
263263
'maven-central' {
264264
active = 'ALWAYS'
265-
url = 'https://oss.sonatype.org/service/local'
265+
url = 'https://ossrh-staging-api.central.sonatype.com/service/local'
266266
closeRepository = true
267267
releaseRepository = true
268268
applyMavenCentralRules = true

0 commit comments

Comments
 (0)