Skip to content

Commit

Permalink
ci: debug, is publish without signing working?
Browse files Browse the repository at this point in the history
  • Loading branch information
jusito committed Oct 25, 2024
1 parent 118b2b4 commit 30dd8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
sign(publishing.publications["maven"])
// sign(publishing.publications["maven"])
}

kotlin {
Expand Down

0 comments on commit 30dd8f9

Please sign in to comment.