Skip to content

Commit

Permalink
Setting the url for maven packages correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dkowis committed Jul 26, 2024
1 parent 7ba1d2e commit 83080c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://mvn.pkg.github.com/dkowis/test-clock")
url = uri("https://maven.pkg.github.com/dkowis/test-clock")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 83080c9

Please sign in to comment.