Skip to content

Commit dd36bdf

Browse files
committed
fix: use npm instead of pnpm for auto release
1 parent 8eab68e commit dd36bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Build
3131
run: npm run build

0 commit comments

Comments
 (0)