Skip to content

Commit

Permalink
Update publishing.gradle (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Sep 22, 2024
1 parent eb89f6e commit 09cf556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/scripts/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publishing {
url "https://maven.gtceu.com"
credentials {
username System.getenv("MAVEN_USER")
password System.getenv("MAVEN_PASS")
password System.getenv("MAVEN_PASSWORD")
}
}
}
Expand Down

0 comments on commit 09cf556

Please sign in to comment.