From b5095053b64511ed416f8baaf6d9f501a2751a58 Mon Sep 17 00:00:00 2001 From: Gabriel Taveira Date: Tue, 19 May 2026 02:41:17 -0300 Subject: [PATCH 1/2] ci(release): rely on packageManager for pnpm version action-setup@v4 errors when both `version:` and root packageManager are set: Error: Multiple versions of pnpm specified This caused the post-merge publish (run 26078575325) to fail. The branch-validation workflow already omits `version` and pulls pnpm from packageManager (pnpm@9.15.9), so doing the same here keeps both workflows aligned and unblocks 7.0.0 publish. --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beb8b95..bfed66e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: - name: 🏗 Setup PNPM uses: pnpm/action-setup@v4 - with: - version: 9 - name: 🏗 Get PNPM store directory id: pnpm-cache From 68d45d3d7523e1dbb0833f90db2a1aa91af3ea66 Mon Sep 17 00:00:00 2001 From: Gabriel Taveira Date: Tue, 19 May 2026 02:43:15 -0300 Subject: [PATCH 2/2] ci: retrigger E2E iOS for PR #173