Skip to content

Commit

Permalink
Update release_prep.sh (#1070)
Browse files Browse the repository at this point in the history
Remove strip_prefix from release notes generation
  • Loading branch information
Bencodes authored Nov 10, 2023
1 parent ffff1cf commit b7a2484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_kotlin",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/bazelbuild/rules_kotlin/releases/download/${TAG}/${ARCHIVE}",
)
EOF

0 comments on commit b7a2484

Please sign in to comment.