Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vannvan authored Oct 29, 2023
1 parent f2404df commit 7be560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm i
- run: pnpm run tsc
- run: pnpm publish -r --dry-run
- run: npx pnpm run tsc
- run: npx pnpm publish -r --dry-run
working-directory: ./yuque-tools-cli
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_WORKFLOW}}

0 comments on commit 7be560f

Please sign in to comment.