Skip to content

Commit cdbd2fe

Browse files
committed
(chore) use pnpm to publish
1 parent a719d35 commit cdbd2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Install dependencies
1818
run: pnpm install --frozen-lockfile
1919

20-
- run: npm publish
20+
- run: pnpm publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)