Skip to content

Commit f212eca

Browse files
authored
Update release_prep.sh (#107)
Add missing escaping for backticks
1 parent c803de7 commit f212eca

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
@@ -27,7 +27,7 @@ bazel_dep(name = "com_myorg_rules_mylang", version = "${TAG:1}")
2727
2828
## Using WORKSPACE
2929
30-
Paste this snippet into your `WORKSPACE.bazel` file:
30+
Paste this snippet into your \`WORKSPACE.bazel\` file:
3131
3232
\`\`\`starlark
3333
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

0 commit comments

Comments
 (0)