Skip to content

Commit

Permalink
chore(ci): fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 27, 2023
1 parent 297f309 commit ca30bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- run: pnpm i

- name: Publish to NPM
run: pnpm publish --access public --no-git-checks
run: pnpm -r publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit ca30bcf

Please sign in to comment.