mirror of https://github.com/layui/layui
优化 NPM 自动发布工作流
parent
fb84a59798
commit
fbd2710b16
|
@ -16,7 +16,6 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm ci
|
||||
- run: npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue