Skip to content

Commit

Permalink
fixup! Fix ghcr package uri
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Mar 6, 2024
1 parent 5bbb1d8 commit 6c6326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletSdk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/spruceid/wallet-sdk")
url = uri("https://maven.pkg.github.com/spruceid/wallet-sdk-kt")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 6c6326e

Please sign in to comment.