From 6030db63d0702c340b3b2b091bfb99a4d94aa316 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 4 Jun 2025 18:07:28 -0500 Subject: [PATCH] Fix finalize release step in publish beta workflow --- .github/workflows/publish-beta.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index ae05adaa..903d1806 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -245,6 +245,9 @@ jobs: ruby-version: '3.0' bundler-cache: true + - name: 📦 Install dependencies + run: yarn install --network-concurrency 1 + - name: ⬇️ Download Android Artifacts if: ${{ github.event.inputs['build-platform'] == 'Android' || github.event.inputs['build-platform'] == 'Both' }} uses: actions/download-artifact@v4