Skip to content

Commit

Permalink
avoid publishing to github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 24, 2023
1 parent 654da18 commit 223971b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions interop/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ publishing {
}
}

maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/radixdlt/radix-engine-toolkit")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}

Expand Down

0 comments on commit 223971b

Please sign in to comment.