Skip to content

Commit

Permalink
[ci skip] fixed system env
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 6, 2024
1 parent c84883c commit b6fd51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ publishing {
url = uri("https://repo.thenextlvl.net/$branch")
credentials {
username = System.getenv("RELEASES_USER")
password = System.getenv("RELEASES_PASSWORD")
password = System.getenv("RELEASES_TOKEN")
}
}
}

0 comments on commit b6fd51d

Please sign in to comment.