From 4ad3a26644d33580737760bd765425f993e46e01 Mon Sep 17 00:00:00 2001 From: Nick K Date: Mon, 3 Jun 2024 12:56:49 +0300 Subject: [PATCH] Update release.yml Remove pnpm version from setup step --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db55393..35a7c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,6 @@ jobs: id: pnpm-install uses: pnpm/action-setup@v3 with: - version: 8 run_install: false - name: Get pnpm store directory