Skip to content

Commit

Permalink
ci: align Sonatype secret name with organization wide name
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Jul 3, 2024
1 parent 598308f commit 1ebf2d6
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 @@ -71,8 +71,8 @@ subprojects {
}
}

val ossrhUsername: String? = System.getenv("OSSRH_USERNAME")
val ossrhPassword: String? = System.getenv("OSSRH_PASSWORD")
val ossrhUsername: String? = System.getenv("SONATYPE_OSSRH_USERNAME")
val ossrhPassword: String? = System.getenv("SONATYPE_OSSRH_PASSWORD")

nexusPublishing {
this.repositories {
Expand Down

0 comments on commit 1ebf2d6

Please sign in to comment.