Skip to content

Commit

Permalink
replace name of publication task
Browse files Browse the repository at this point in the history
  • Loading branch information
jglaszka committed Sep 6, 2023
1 parent 3cd5170 commit 833692b
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(tasks["publishing.publications"])
sign(publishing.publications["sonatype"])
}
}

0 comments on commit 833692b

Please sign in to comment.