Skip to content

Commit 99db48b

Browse files
authored
Update build.gradle: fix repo name
1 parent f1084f6 commit 99db48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ micronaut {
4141
publishing {
4242
repositories {
4343
maven {
44-
name = "GitHub Packages"
44+
name = "GitHubPackages"
4545
url = "https://maven.pkg.github.com/epsilonlabs/ecore2emfatic-cli"
4646
credentials {
4747
username = System.getenv("GITHUB_ACTOR")
4848
password = System.getenv("GITHUB_TOKEN")
4949
}
5050
}
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)