Skip to content

Commit

Permalink
chore: update release cli (doocs#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Dec 9, 2024
1 parent dbb1af1 commit a5c1aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a5c1aaf

Please sign in to comment.