ci(release): fix install step

This commit is contained in:
Jewgeni Lewash 2024-02-16 11:44:39 +01:00
parent 03b9293be4
commit 9e74a2cc6e

View File

@ -36,7 +36,7 @@ jobs:
version: 8
- name: Install dependencies
run: pnpm ci
run: pnpm install
- name: Build Astro app
run: pnpm run build