From 6e2ea648b4af6d957a76332feedf703f33fd170b Mon Sep 17 00:00:00 2001 From: Cristian Arrieta Date: Wed, 31 Dec 2025 11:51:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20[PB-1278]=20remove=20registry-ur?= =?UTF-8?q?l=20to=20fix=20OIDC=20conflict=20with=20NODE=5FAUTH=5FTOKEN?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6112809..7e6b729 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,6 @@ jobs: with: node-version: 22 cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: pnpm install --frozen-lockfile @@ -91,7 +90,7 @@ jobs: git push origin ${{ steps.version.outputs.version }} - name: Publish to NPM - run: npm publish --access public --tag ${{ steps.version.outputs.tag }} + run: npm publish --access public --tag ${{ steps.version.outputs.tag }} --provenance - name: Create GitHub Release uses: softprops/action-gh-release@v2