Skip to content

Commit

Permalink
Update release_prep.sh to have correct WORKSPACE download URL (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Nov 3, 2023
1 parent f4193f1 commit 1d9a8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ http_archive(
name = "rules_kotlin",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/buildfoundation/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
)
EOF

0 comments on commit 1d9a8f2

Please sign in to comment.