Skip to content

Commit 5281213

Browse files
committed
Adjusted credentials
1 parent 132e153 commit 5281213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ publishing {
163163
url = uri(OPEN_SOURCE_REPO)
164164

165165
credentials {
166-
username = System.getenv("SONATYPEUSERNAME")
167-
password = System.getenv("SONATYPEPASSWORD")
166+
username = System.getenv("sonatypeUsername")
167+
password = System.getenv("sonatypePassword")
168168
}
169169
}
170170
}

0 commit comments

Comments
 (0)