diff --git a/build.gradle.kts b/build.gradle.kts index 5be2f21..a982e40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -73,7 +73,7 @@ publishing { repositories { maven { name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/KessokuTeaTime/Night-Auto-Config") + url = uri("https://maven.pkg.github.com/kessokuteatime/Night-Auto-Config") credentials { username = System.getenv("GITHUB_ACTOR") password = System.getenv("GITHUB_TOKEN")