Skip to content

Commit

Permalink
ci: 修复 pnpm 无法获取 npm token 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Feb 15, 2023
1 parent 87b156d commit 6bba1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: pnpm

- run: pnpm install
Expand Down

0 comments on commit 6bba1b8

Please sign in to comment.