Skip to content

Commit

Permalink
Merge pull request #168 from square/rbusarow/auto-release-publishing
Browse files Browse the repository at this point in the history
enable `automaticRelease` for the publishing plugin
  • Loading branch information
rjrjr authored May 6, 2024
2 parents cdd6289 + 8109446 commit 7ca88df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ subprojects {

plugins.withId("com.vanniktech.maven.publish.base") {
configure<MavenPublishBaseExtension> {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
signAllPublications()
pomFromGradleProperties()

Expand Down

0 comments on commit 7ca88df

Please sign in to comment.