Update the Github URL in .github/workflows/release_prep.sh to bazel-contrib
diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index 299e7d1..dd4f976 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh
@@ -33,7 +33,7 @@ http_archive( name = "rules_kotlin", sha256 = "${SHA}", - url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}", + url = "https://github.com/bazel-contrib/rules_kotlin/releases/download/${TAG}/${ARCHIVE}", ) load("@rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories")