Skip to content

Commit b7a2484

Browse files
authored
Update release_prep.sh (#1070)
Remove strip_prefix from release notes generation
1 parent ffff1cf commit b7a2484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
3333
http_archive(
3434
name = "rules_kotlin",
3535
sha256 = "${SHA}",
36-
strip_prefix = "${PREFIX}",
3736
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
3837
)
3938
EOF

0 commit comments

Comments
 (0)