chore: 不再推送至npm

This commit is contained in:
shanmite 2026-05-29 13:31:43 +08:00
parent 8e63e072dd
commit 2f4734c9de

View File

@ -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 }}