Skip to content

Commit a2f2c55

Browse files
committed
Fix URL
1 parent a0b6a62 commit a2f2c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ publishing {
5858
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/deployByRepositoryId/$repositoryId/"
5959
} else {
6060
// For macOS builds, create the default repo
61-
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/maven2/"
61+
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
6262
}
6363
}
6464
credentials {

0 commit comments

Comments
 (0)