Skip to content

Commit 67dc62f

Browse files
chore: automate publishing (powersync-ja#13)
1 parent da8cecd commit 67dc62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/sonatype/src/main/kotlin/com/powersync/plugins/sonatype/PublishToCentralPortalTask.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class PublishToCentralPortalTask : DefaultTask() {
3232

3333
companion object {
3434
const val UPLOAD_ENDPOINT =
35-
"https://central.sonatype.com/api/v1/publisher/upload?publishingType=USER_MANAGED"
35+
"https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
3636
const val SUCCESS_STATUS_CODE = 201
3737
}
3838

0 commit comments

Comments
 (0)