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 429a131 commit dabe6ec
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@ multiplatformSwiftPackage {
}
}

publishing {
repositories {
maven {
url = uri("https://maven.pkg.github.com/tddworks")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}

addGithubPackagesRepository()

kmmbridge {
Expand Down

0 comments on commit dabe6ec

Please sign in to comment.