We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31902f5 commit 9614ee6Copy full SHA for 9614ee6
build.gradle.kts
@@ -17,7 +17,7 @@ repositories {
17
18
19
extra["publishUser"] = buildProperty("PUBLISH_USER")
20
-extra["publishKey"] = buildProperty("PUBLISH_USER")
+extra["publishKey"] = buildProperty("PUBLISH_KEY")
21
val publishUser: String by extra
22
val publishKey: String by extra
23
0 commit comments