From 38689349f99f3b1c5d6cca252057ef0bee626ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E9=AD=8F=E6=B4=AA?= Date: Mon, 15 Jun 2026 10:48:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E5=8F=91=E5=B8=83=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E6=9D=A1=E4=BB=B6=E6=94=B9=E5=9B=9E=20release=20?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=20registry=20publish=20=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .github/workflows/registry-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/registry-publish.yaml b/.github/workflows/registry-publish.yaml index 60834de..3d73433 100644 --- a/.github/workflows/registry-publish.yaml +++ b/.github/workflows/registry-publish.yaml @@ -25,8 +25,8 @@ jobs: s registry login --token ${{ secrets.alibaba_registry_v3_publish_token }} - name: Configure NPM run: | - npm config set registry https://registry.npmjs.org + npm config set registry https://packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/ npm config set '//packages.aliyun.com/670e108663cd360abfe4be65/npm/npm-registry/:_authToken' ${{secrets.NPM_TOKEN}} - name: release prod run: | - npm i && npm run build && s registry publish + npm i && npm run build && s registry publish \ No newline at end of file