Skip to content

Commit

Permalink
fix maven github publish url
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Aug 7, 2024
1 parent 10a4cd6 commit 262da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-bindings/bindings-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ publishing {
}
maven {
name = "breezGitHubPackages"
url = uri("https://maven.pkg.github.com/breez/breez-sdk")
url = uri("https://maven.pkg.github.com/breez/breez-sdk-greenlight")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 262da22

Please sign in to comment.