Skip to content

Commit

Permalink
ci: fix publishing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamim Attafi committed Sep 14, 2024
1 parent c73e6f3 commit 0d1a377
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ class PublishConventions : Plugin<Project> {
mavenPublishing.apply {
coordinates(group, artifact, version)
pom(MavenPom::configure)
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.S01)
publishToMavenCentral(
com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL,
automaticRelease = true
)
signAllPublications()
}
}
Expand Down

0 comments on commit 0d1a377

Please sign in to comment.