Skip to content

Commit

Permalink
chore(workflow): use pnpm for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah authored Jan 31, 2024
1 parent 93abccd commit 7b77c8c
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 @@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- run: npm publish --provenance --access public
- run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 7b77c8c

Please sign in to comment.