Skip to content

Commit 061f429

Browse files
authored
Fix release_prep.sh (#276)
1 parent d43a2c1 commit 061f429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cat << EOF
2020
## Using MODULE.bazel:
2121
2222
\`\`\`starlark
23-
bazel_dep(name = "rules_fuzzing", version = "${VERSION}")
23+
bazel_dep(name = "rules_fuzzing", version = "${TAG:1}")
2424
\`\`\`
2525
2626
## Using WORKSPACE:

0 commit comments

Comments
 (0)