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 3b3420f commit 43b4866Copy full SHA for 43b4866
.github/workflows/release_prep.sh
@@ -37,6 +37,7 @@ bazel_dep(name = "rules_booking", version = "${GITHUB_REF_NAME:1}")
37
archive_override(
38
module_name = "rules_booking",
39
integrity = "${INTEGRITY}",
40
+ strip_prefix = "${PREFIX}",
41
urls = [
42
"${REPO_URL}/releases/download/${GITHUB_REF_NAME}/${ARCHIVE}",
43
]
0 commit comments