Skip to content

Commit

Permalink
fix github maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jun 16, 2024
1 parent 8867542 commit a1082c6
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 @@ -69,7 +69,7 @@ publishing {

if (providers.environmentVariable("GITHUB_TOKEN").isPresent) {
maven {
url = uri("https://maven.pkg.github.com/badasintended/wthit")
url = uri("https://maven.pkg.github.com/badasintended/explosion")
name = "GitHub"
credentials {
username = providers.environmentVariable("GITHUB_ACTOR").get()
Expand Down

0 comments on commit a1082c6

Please sign in to comment.