From 81275828f6c8dee7a6d25b00ed754c808f1ce5d1 Mon Sep 17 00:00:00 2001 From: myw Date: Thu, 11 Jun 2026 01:21:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20publish.yml?= =?UTF-8?q?=EF=BC=8C=E7=82=BA=20npm=20publish=20=E6=B7=BB=E5=8A=A0=20NODE?= =?UTF-8?q?=5FAUTH=5FTOKEN=20=E7=92=B0=E5=A2=83=E8=AE=8A=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1f31744..a640124 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,6 @@ jobs: - run: npm install - - run: npm publish --provenance --access public \ No newline at end of file + - run: npm publish --provenance --access public + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file