Skip to content

Commit

Permalink
bugfix/fix-publishing-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jglaszka committed Sep 6, 2023
1 parent 999c38e commit 1702392
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 @@ -128,6 +128,6 @@ if (System.getenv("GPG_KEY_ID") != null) {
System.getenv("GPG_PRIVATE_KEY"),
System.getenv("GPG_PRIVATE_KEY_PASSWORD")
)
sign(publishing.publications["sonatype"])
sign(publishing.publications)
}
}

0 comments on commit 1702392

Please sign in to comment.