Skip to content

Commit 1aca90e

Browse files
committed
ci: check for presence of GPG_KEYS when signing publications
1 parent b8e020d commit 1aca90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ tasks {
236236

237237
withType<Sign>().configureEach {
238238
onlyIf {
239-
project.hasProperty("signatory.keyId")
239+
System.getenv("GPG_KEYS") != null
240240
}
241241
}
242242

0 commit comments

Comments
 (0)