Skip to content

Commit

Permalink
release: improve release process
Browse files Browse the repository at this point in the history
Make sure the bzlmod has a strip prefix
  • Loading branch information
manuelnaranjo committed Aug 28, 2024
1 parent 3b3420f commit 43b4866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ bazel_dep(name = "rules_booking", version = "${GITHUB_REF_NAME:1}")
archive_override(
module_name = "rules_booking",
integrity = "${INTEGRITY}",
strip_prefix = "${PREFIX}",
urls = [
"${REPO_URL}/releases/download/${GITHUB_REF_NAME}/${ARCHIVE}",
]
Expand Down

0 comments on commit 43b4866

Please sign in to comment.