From 9ec892257622cbe78917da8dd7d6795279553b0f Mon Sep 17 00:00:00 2001 From: xierfloat <2053619887@qq.com> Date: Thu, 26 Feb 2026 15:17:40 +0800 Subject: [PATCH] Update release-publish.yml --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 0b365dbf..9ae9c1b0 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -117,7 +117,7 @@ jobs: echo "Publishing with tag: $NPM_TAG" # Publish workspace packages with appropriate tag - pnpm -r publish --access public --no-git-checks --tag $NPM_TAG + pnpm -r publish --access public --no-git-checks --tag $NPM_TAG --registry https://registry.npmjs.org env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}