Skip to content

Commit

Permalink
Fix artifact signing
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Dec 3, 2023
1 parent b9fa58b commit 1dc4d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fun Project.setup(
configure(KotlinMultiplatform(JavadocJar.Empty()))
}
publishToMavenCentral(SonatypeHost.S01, automaticRelease = true)
// signAllPublications()
signAllPublications()

coordinates("xyz.wingio.syntakts", moduleName, System.getenv("LIBRARY_VERSION") ?: version.toString())

Expand Down

0 comments on commit 1dc4d08

Please sign in to comment.