diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fdb267..b53f6ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: yarn install # change this to npm, pnpm or bun depending on which one you use. + run: npm install - uses: tauri-apps/tauri-action@v0 env: