diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f31546..29cfc58 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,10 +22,14 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install pnpm + run: corepack enable + - name: setup node uses: actions/setup-node@v4 with: node-version: lts/* + cache: 'pnpm' - name: install Rust stable uses: dtolnay/rust-toolchain@stable @@ -42,7 +46,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: pnpm install # change this to npm, pnpm or bun depending on which one you use. + run: pnpm install --no-frozen-lockfile # change this to npm, pnpm or bun depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: