From 8ca239095bcc2f29c1f3d1bfa74f49d858d473c8 Mon Sep 17 00:00:00 2001 From: Martial BE Date: Tue, 9 Apr 2024 15:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20windows=20does=20not=20use?= =?UTF-8?q?=20.lock=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/windows-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index 60348a5f..82b5aa1c 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -26,8 +26,8 @@ jobs: CI: "" run: | cd web - yarn install - REACT_APP_VERSION=$(git describe --tags) yarn run build + npm install + REACT_APP_VERSION=$(git describe --tags) npm run build cd .. - name: Set up Go uses: actions/setup-go@v3