diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b6531755..3238b386d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true + # Changesets shells out to npm for registry lookups. Allow that npm + # subprocess even though Vite+ configures pnpm as the package manager. + NPM_CONFIG_FORCE: true # Publish pkg-pr-new preview for Version Packages PR # (GITHUB_TOKEN PRs don't trigger workflows, so we do it here)