From 28bb4d95d9378c7b66a10744d22922aebc5c8549 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Fri, 5 Jan 2024 19:00:38 -0800 Subject: [PATCH] fix: syntax err in release_prep.sh Signed-off-by: Sam Gammon --- .github/workflows/release_prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_prep.sh b/.github/workflows/release_prep.sh index 33fc245f..9c6b6bf8 100755 --- a/.github/workflows/release_prep.sh +++ b/.github/workflows/release_prep.sh @@ -27,7 +27,7 @@ bazel_dep(name = "rules_graalvm", version = "${TAG:1}") ## Using WORKSPACE -Paste this snippet into your `WORKSPACE.bazel` file: +Paste this snippet into your \`WORKSPACE.bazel\` file: \`\`\`starlark load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")