Skip to content

Commit

Permalink
Update build.gradle: fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored May 22, 2024
1 parent f1084f6 commit 99db48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ micronaut {
publishing {
repositories {
maven {
name = "GitHub Packages"
name = "GitHubPackages"
url = "https://maven.pkg.github.com/epsilonlabs/ecore2emfatic-cli"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
}

0 comments on commit 99db48b

Please sign in to comment.