Skip to content

Commit a4b5e44

Browse files
author
naresh chocha
committed
fix: update Maven Central publishing configuration to use automatic release flag
1 parent cd17392 commit a4b5e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

filepickerlibrary/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ dependencies {
6767
debugImplementation(libs.androidx.ui.tooling)
6868
debugImplementation(libs.androidx.ui.test.manifest)
6969
}
70-
70+
val automaticRelease: Boolean = true
7171
mavenPublishing {
72-
publishToMavenCentral( true)
72+
publishToMavenCentral(automaticRelease)
7373
signAllPublications()
7474
coordinates("io.github.chochanaresh", "filepicker", versionName)
7575

0 commit comments

Comments
 (0)