Skip to content

Commit

Permalink
Adjusted credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyuk committed Dec 8, 2022
1 parent 132e153 commit 5281213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ publishing {
url = uri(OPEN_SOURCE_REPO)

credentials {
username = System.getenv("SONATYPEUSERNAME")
password = System.getenv("SONATYPEPASSWORD")
username = System.getenv("sonatypeUsername")
password = System.getenv("sonatypePassword")
}
}
}
Expand Down

0 comments on commit 5281213

Please sign in to comment.