We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43a2c1 commit 061f429Copy full SHA for 061f429
1 file changed
.github/workflows/release_prep.sh
@@ -20,7 +20,7 @@ cat << EOF
20
## Using MODULE.bazel:
21
22
\`\`\`starlark
23
-bazel_dep(name = "rules_fuzzing", version = "${VERSION}")
+bazel_dep(name = "rules_fuzzing", version = "${TAG:1}")
24
\`\`\`
25
26
## Using WORKSPACE:
0 commit comments