Skip to content

Commit 8fc3d60

Browse files
authored
fix(npm): use pnpm publish (#109)
1 parent e867e98 commit 8fc3d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454

5555
- name: Publish
5656
run: |
57-
npm publish --access public
57+
pnpm publish --access public
5858

0 commit comments

Comments
 (0)