Skip to content

Commit 6bdc7d7

Browse files
fix: use pnpm instead
1 parent acd30ab commit 6bdc7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
run: tree packages/${{inputs.package-name}}
8585
- name: Publish to npm
8686
# TODO: add dry-run as a workflow input
87-
run: npm -r publish --dry-run
87+
run: pnpm -r publish --dry-run
8888
env:
8989
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 commit comments

Comments
 (0)