Skip to content

Commit

Permalink
ci: 修复 pnpm publish 失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Feb 15, 2023
1 parent 052b7b2 commit 87b156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:

- run: pnpm install
- run: pnpm run build
- run: pnpm publish --access public
- run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 87b156d

Please sign in to comment.