Skip to content

Commit 43b4866

Browse files
committed
release: improve release process
Make sure the bzlmod has a strip prefix
1 parent 3b3420f commit 43b4866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_prep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ bazel_dep(name = "rules_booking", version = "${GITHUB_REF_NAME:1}")
3737
archive_override(
3838
module_name = "rules_booking",
3939
integrity = "${INTEGRITY}",
40+
strip_prefix = "${PREFIX}",
4041
urls = [
4142
"${REPO_URL}/releases/download/${GITHUB_REF_NAME}/${ARCHIVE}",
4243
]

0 commit comments

Comments
 (0)