Skip to content

Commit 1d9a8f2

Browse files
authored
Update release_prep.sh to have correct WORKSPACE download URL (#1066)
1 parent f4193f1 commit 1d9a8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ http_archive(
3434
name = "rules_kotlin",
3535
sha256 = "${SHA}",
3636
strip_prefix = "${PREFIX}",
37-
url = "https://github.com/buildfoundation/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
37+
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
3838
)
3939
EOF

0 commit comments

Comments
 (0)