From efdd4bce9a629ba6995d4c388bccc1ef58f940e1 Mon Sep 17 00:00:00 2001 From: tesarlukas Date: Sun, 18 Aug 2024 20:56:37 +0200 Subject: [PATCH] workflow --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e9cc3e..c94c819 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: 'npm' # Set this to npm, yarn or pnpm. + cache: 'pnpm' # Set this to npm, yarn or pnpm. - name: install Rust stable uses: dtolnay/rust-toolchain@stable @@ -51,7 +51,7 @@ jobs: - name: install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too. - run: yarn install # change this to npm or pnpm depending on which one you use. + run: pnpm install # change this to npm or pnpm depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: