Skip to content

Commit fc97c79

Browse files
committed
repair build toolchain
1 parent cd31aaf commit fc97c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ publishing {
5050
repositories {
5151
maven {
5252
name = "GitHubPackages"
53-
url = uri("https://maven.pkg.github.com/conveyal/r5")
53+
url = uri("https://maven.pkg.github.com/" + System.getenv("GITHUB_PACKAGE_REPOSITORY"))
5454
credentials {
5555
username = System.getenv("GITHUB_ACTOR")
5656
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)