Skip to content

Commit 47f4f7d

Browse files
committed
Fixed publication (again II)
1 parent 1083c8d commit 47f4f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publishing {
1717
repositories {
1818
maven {
1919
name = "GitHubPackages"
20-
url = "https://maven.pkg.github.com/octocat/hello-world"
20+
url = "https://maven.pkg.github.com/Menecats/polybool-java"
2121
credentials {
2222
username = System.getenv("GITHUB_ACTOR")
2323
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)