Skip to content

Commit 15a5933

Browse files
committed
GH workflow
1 parent 767a575 commit 15a5933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ publishing {
149149
signing {
150150
sign(publishing.publications["mavenJava"])
151151
useGpgCmd()
152+
gpg {
153+
passphrase System.env['GPG_PASSPHRASE'] ?: ''
154+
}
152155
}
153156

154157
tasks.javadoc {

0 commit comments

Comments
 (0)