Skip to content

Commit

Permalink
Fix missing bzlmod extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 5, 2024
1 parent adea1d5 commit 710e215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
fixedReleaser:
login: scentini
email: [email protected]
moduleRoots: [".", "extensions"]
moduleRoots:
- "."
- "extensions/bindgen"
- "extensions/prost"
- "extensions/protobuf"
- "extensions/wasm_bindgen"
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ jobs:
-C ${{ github.workspace }} \
--exclude=".git" --exclude=".github" \
--exclude="crate_universe/target" \
--exclude="extensions" \
examples/bzlmod \
--exclude="examples" \
--exclude="extensions" \
.
# Save the sha256 checksum of the distro archive to the environment
Expand Down

0 comments on commit 710e215

Please sign in to comment.