diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf039d0ab..925beb1fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: cache-all-crates: true - name: Install frontend dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build Tauri app uses: tauri-apps/tauri-action@v0