From 8d4b790f2b8612cfe04497474178383ad1141e11 Mon Sep 17 00:00:00 2001 From: IamFurina Date: Thu, 3 Jul 2025 16:28:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8acti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 0dc7bb4..9550255 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -14,7 +14,6 @@ jobs: node-version: 20 registry-url: 'https://registry.npmjs.org/' - run: npm install - - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}