Skip to content

Commit 9614ee6

Browse files
committed
fix password
1 parent 31902f5 commit 9614ee6

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
@@ -17,7 +17,7 @@ repositories {
1717

1818

1919
extra["publishUser"] = buildProperty("PUBLISH_USER")
20-
extra["publishKey"] = buildProperty("PUBLISH_USER")
20+
extra["publishKey"] = buildProperty("PUBLISH_KEY")
2121
val publishUser: String by extra
2222
val publishKey: String by extra
2323

0 commit comments

Comments
 (0)