From 56a806b45af85120685c479e62e21fc6f50dafdb Mon Sep 17 00:00:00 2001 From: myw Date: Thu, 11 Jun 2026 01:19:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20publish.yml?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=20npm=20publish=20=E7=9A=84=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, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a640124..1f31744 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,6 +22,4 @@ jobs: - run: npm install - - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + - run: npm publish --provenance --access public \ No newline at end of file