Skip to content

Commit e9dd13d

Browse files
committed
Fix publishing again
1 parent 492cd29 commit e9dd13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ publishing {
5454
if (env.contains("MAVEN_UPLOAD_URL")) {
5555
maven(uri(env["MAVEN_UPLOAD_URL"]!!)) {
5656
credentials {
57-
username = env["MAVEN_UPLOAD_NAME"]
57+
username = env["MAVEN_UPLOAD_USERNAME"]
5858
password = env["MAVEN_UPLOAD_PASSWORD"]
5959
}
6060
}

0 commit comments

Comments
 (0)