Skip to content

Commit 7778c1b

Browse files
committed
Fix workspace name
1 parent 66de376 commit 7778c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ cat << EOF
2323
Add to your \`MODULE.bazel\` file:
2424
2525
\`\`\`starlark
26-
bazel_dep(name = "build_stack_ui_js", version = "${TAG}")
26+
bazel_dep(name = "stackb_ui_js", version = "${TAG}")
2727
\`\`\`
2828
EOF

0 commit comments

Comments
 (0)