Skip to content

Commit

Permalink
Merge pull request #10 from fremtind/fix-release-prep-script
Browse files Browse the repository at this point in the history
Fix release prep script
  • Loading branch information
hjellek authored Apr 24, 2024
2 parents 2d88c25 + 871a166 commit 34630be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cat <<EOF
2. Add to your \`MODULE.bazel\` file:
\`\`\`starlark
bazel_dep(name = "rules_vitest", version = "${TAG:1}")
bazel_dep(name = "fremtind_rules_vitest", version = "${TAG:1}")
\`\`\`
## Using WORKSPACE
Expand All @@ -28,7 +28,7 @@ Paste this snippet into your \`WORKSPACE.bazel\` file:
\`\`\`starlark
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_vitest",
name = "fremtind_rules_vitest",
sha256 = "${SHA}",
strip_prefix = "${PREFIX}",
url = "https://github.com/fremtind/rules_vitest/releases/download/${TAG}/${ARCHIVE}",
Expand Down

0 comments on commit 34630be

Please sign in to comment.