mirror of
https://github.com/doocs/md.git
synced 2025-01-22 20:04:39 +08:00
chore: update release cli (#461)
This commit is contained in:
parent
dbb1af10a8
commit
a5c1aafa1c
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
node-version: '20'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm install
|
||||
- run: npm run build-cli
|
||||
- run: npm run build:cli
|
||||
- run: cd md-cli && npm ci && npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user