Skip to content

Commit 3b7a479

Browse files
committed
GH workflow
1 parent 15a5933 commit 3b7a479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ signing {
150150
sign(publishing.publications["mavenJava"])
151151
useGpgCmd()
152152
gpg {
153-
passphrase System.env['GPG_PASSPHRASE'] ?: ''
153+
passphrase = System.getenv("GPG_PASSPHRASE")
154154
}
155155
}
156156

0 commit comments

Comments
 (0)