Skip to content

Commit

Permalink
added: kmmbridge support
Browse files Browse the repository at this point in the history
 - Publish KMMBridge
  • Loading branch information
hanrw committed Feb 2, 2024
1 parent c277927 commit 31744b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ multiplatformSwiftPackage {
publishing {
repositories {
maven {
url = uri("https://maven.pkg.github.com/tddworks/lemonsqueezy-kotlin")
url = uri("https://maven.pkg.github.com/tddworks")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 31744b9

Please sign in to comment.