From 670c83eade1ec4be2c5b1fabe0a63c2537b60a8e Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Fri, 7 Feb 2025 23:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E6=94=B9=E5=86=99?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E6=A0=BC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 447b4e6..d9e7f4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,5 @@ jobs: - name: 发包 run: pnpm changeset publish --otp=${{ secrets.NPM_TOKEN }} - env: + env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}