From 61cc6d9f3e7b2d197f16514b35f83ba2f47194e6 Mon Sep 17 00:00:00 2001 From: ZerNico Date: Wed, 31 May 2023 14:08:14 +0200 Subject: [PATCH] use latest pnpm in action --- .github/workflows/release-tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tauri.yml b/.github/workflows/release-tauri.yml index a539c6b0..63e164e4 100644 --- a/.github/workflows/release-tauri.yml +++ b/.github/workflows/release-tauri.yml @@ -38,7 +38,7 @@ jobs: uses: pnpm/action-setup@v2 id: pnpm-install with: - version: 7 + version: latest run_install: false - name: Get pnpm store directory