From 2f4734c9de4bb7d33f9f2ea6f726484ffc7b1716 Mon Sep 17 00:00:00 2001 From: shanmite Date: Fri, 29 May 2026 13:31:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E5=86=8D=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E8=87=B3npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/npmp.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/npmp.yml diff --git a/.github/workflows/npmp.yml b/.github/workflows/npmp.yml deleted file mode 100644 index dbaf625..0000000 --- a/.github/workflows/npmp.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "Publishing to NPM" - -on: - push: - branches: - - main - paths: - - "package.json" - workflow_dispatch: - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: JS-DevTools/npm-publish@v1 - with: - token: ${{ secrets.NPM_TOKEN }}