diff --git a/.bcr/config.yml b/.bcr/config.yml index 2b8e1b41f9..015bf25d70 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,4 +1,9 @@ fixedReleaser: login: scentini email: 11149636+scentini@users.noreply.github.com - moduleRoots: [".", "extensions"] + moduleRoots: + - "." + - "extensions/bindgen" + - "extensions/prost" + - "extensions/protobuf" + - "extensions/wasm_bindgen" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c7afddf5d..79ce5ddea4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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