Skip to content

Commit ebacb1d

Browse files
committed
Fix pnpm command
1 parent 6225d1c commit ebacb1d

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
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run @arethetypeswrong/cli
6161
run: |
62-
pn attw package.tgz
62+
pnpm attw package.tgz
6363
6464
- name: Publish
6565
shell: bash

0 commit comments

Comments
 (0)