From 457a7b95a3b1b2cc38e9ef199d2d329b0bd6bcfb Mon Sep 17 00:00:00 2001 From: Brian Teryek Date: Tue, 10 Feb 2026 23:43:49 -0500 Subject: [PATCH] fix: pipeline --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 511f07d..369f468 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,7 @@ jobs: with: node-version: 22 cache: pnpm + registry-url: 'https://registry.npmjs.org' - run: pnpm install --frozen-lockfile @@ -36,6 +37,7 @@ jobs: version: pnpm version-packages env: GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }} + NPM_CONFIG_PROVENANCE: true - name: Create GitHub Releases if: steps.changesets.outputs.published == 'true'