From bf62107b17a90108dd8b53626c9a2732b72f9e06 Mon Sep 17 00:00:00 2001 From: IamFurina Date: Thu, 3 Jul 2025 16:26:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81action=E5=8F=91?= =?UTF-8?q?=E5=B8=83npm=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npm.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 95c7999..0dc7bb4 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -3,8 +3,6 @@ name: Release on: push: - tags: - - 'v*' jobs: release: @@ -19,4 +17,4 @@ jobs: - run: npm run build - run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}