Skip to content

Commit ef34537

Browse files
committed
Update publish script
1 parent 96e5577 commit ef34537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ afterEvaluate {
6363
}
6464
}
6565
}
66+
6667
signing {
6768
useInMemoryPgpKeys(
68-
System.getenv("SIGNING_KEY"),
69+
new String(Base64.decoder.decode(System.getenv("SIGNING_KEY")), "UTF-8"),
6970
System.getenv("SIGNING_PASSWORD")
7071
)
7172
sign publishing.publications.release

0 commit comments

Comments
 (0)