ci(release): fix install step
This commit is contained in:
parent
03b9293be4
commit
9e74a2cc6e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
version: 8
|
version: 8
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm ci
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build Astro app
|
- name: Build Astro app
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user