From 8436e3d82673ee6ec621e6ad4f0c72de89ce2302 Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Wed, 5 Apr 2023 13:44:58 +0200 Subject: [PATCH] update github action release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31f655bd35..fe91bcf742 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: uses: pnpm/action-setup@v2.2.2 - name: Install Dependencies - run: pnpm install -D + run: pnpm install --config.platform=linux --config.architecture=x64 - name: Create Release Pull Request or Publish to npm id: changesets