diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31f655bd35..fe91bcf742 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: pnpm/action-setup@v2.2.2 - name: Install Dependencies - run: pnpm install -D + run: pnpm install --config.platform=linux --config.architecture=x64 - name: Create Release Pull Request or Publish to npm id: changesets