Skip to content

Commit

Permalink
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 4ad5a19 commit 5bbb1d8
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-rs")
url = uri("https://maven.pkg.github.com/spruceid/wallet-sdk")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 5bbb1d8

Please sign in to comment.