Skip to content

Commit c880d14

Browse files
committed
Set automaticRelease to true for Maven Central publishing
1 parent e22b51d commit c880d14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library/build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ android {
2929
}
3030

3131
mavenPublishing {
32-
publishToMavenCentral(SonatypeHost.S01)
32+
publishToMavenCentral(
33+
host = SonatypeHost.S01,
34+
automaticRelease = true
35+
)
3336
signAllPublications()
3437
coordinates(
3538
groupId = "dev.ricknout.composesensors",

0 commit comments

Comments
 (0)