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