diff --git a/build.gradle b/build.gradle index 054d3cd..ec2e015 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ publishing { repositories { maven { name = "GitHubPackages" - url = "https://maven.pkg.github.com/makbn/JThumbnail" + url = "https://maven.pkg.github.com/makbn/jthumbnail" credentials { username = System.getenv("GITHUB_ACTOR") password = System.getenv("GITHUB_TOKEN")