Skip to content

Commit 96e5577

Browse files
committed
Update publish script
1 parent 382103c commit 96e5577

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

publish.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ afterEvaluate {
6363
}
6464
}
6565
}
66-
6766
signing {
67+
useInMemoryPgpKeys(
68+
System.getenv("SIGNING_KEY"),
69+
System.getenv("SIGNING_PASSWORD")
70+
)
6871
sign publishing.publications.release
6972
}
7073
}

0 commit comments

Comments
 (0)