Skip to content

Commit

Permalink
Use the correct env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jan 20, 2024
1 parent c7bc5f8 commit fd81ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ publishing {
name = "Su5eD"
url = uri("https://maven.su5ed.dev/releases")
credentials {
username = System.getenv("MAVEN_USERNAME") ?: "not"
username = System.getenv("MAVEN_USER") ?: "not"
password = System.getenv("MAVEN_PASSWORD") ?: "set"
}
}
Expand Down

0 comments on commit fd81ebe

Please sign in to comment.