Skip to content

Commit a08568b

Browse files
committed
fix(ci): update url for publishing
1 parent c32fe2e commit a08568b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publishing {
3131
repositories {
3232
maven {
3333
name = "GitHubPackages"
34-
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
34+
url = uri("https://maven.pkg.github.com/Flat/revanced-patches")
3535
credentials {
3636
username = System.getenv("GITHUB_ACTOR")
3737
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)