From 4d834026dac0ea80c133976c4cfbeb3111ea6364 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Tue, 2 Dec 2025 15:57:29 -0800 Subject: [PATCH] Revert "ci: remove `NODE_AUTH_TOKEN` during publish (#6475)" This reverts commit 7a6103e0821d7c89733b23dd937006c24d090c30. --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 490d31032b..18d830304b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,4 +67,5 @@ jobs: - name: Publish to npm run: pnpm -r publish --access public --no-git-checks --tag ${{ steps.determine_npm_tag.outputs.npm_tag }} env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true