Skip to content

Commit

Permalink
fix(ci): update invalid pnpm cli option (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Aug 21, 2023
1 parent 9513ee1 commit 2169b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: pnpm i --frozen-lockfile
- run: pnpm run build
- run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} -L project
- run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} --location project
- run: pnpm publish --access public --no-git-checks

0 comments on commit 2169b76

Please sign in to comment.