From fc69e8b9eaf5403038af5fa5e411f687c1a5a84d Mon Sep 17 00:00:00 2001 From: Matt Rothenberg Date: Thu, 17 Sep 2026 12:26:05 -0400 Subject: [PATCH] fix(release): allow npm registry lookups --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) 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)