Skip to content

Commit

Permalink
chore: prep for BCR release
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Sep 8, 2024
1 parent d9b407e commit 872cd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"integrity": "**leave this alone**",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_jasmine-{TAG}.tar.gz"
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_workflows-{TAG}.tar.gz"
}
2 changes: 1 addition & 1 deletion .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat <<EOF
Add to your \`MODULE.bazel\` file:
\`\`\`starlark
bazel_dep(name = "aspect_rules_jasmine", version = "${TAG:1}")
bazel_dep(name = "aspect_rules_workflows", version = "${TAG:1}")
\`\`\`
Add to your \`WORKSPACE.bzlmod\` file:
Expand Down

0 comments on commit 872cd59

Please sign in to comment.