chore: update workflows config.

This commit is contained in:
jaywcjlove 2023-02-24 22:06:25 +08:00
parent b1402763e2
commit 2075046db4
1 changed files with 0 additions and 5 deletions

View File

@ -122,11 +122,6 @@ jobs:
http://localhost:9665/
```
- name: Push Npm
run: |
npm install @jsdevtools/npm-publish -g
npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
- run: npm publish
continue-on-error: true
name: 📦 linux-command publish to NPM