From 1da481542aa47ddabaeae07b818a0ab758790847 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sun, 2 Mar 2025 12:57:34 -0400 Subject: [PATCH] Update build-ios-release-pullrequest.yml --- .github/workflows/build-ios-release-pullrequest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-ios-release-pullrequest.yml b/.github/workflows/build-ios-release-pullrequest.yml index 0cb602ce5..ebf654e13 100644 --- a/.github/workflows/build-ios-release-pullrequest.yml +++ b/.github/workflows/build-ios-release-pullrequest.yml @@ -22,7 +22,6 @@ jobs: branch_name: ${{ steps.get_latest_commit_details.outputs.branch_name }} env: APPLE_ID: ${{ secrets.APPLE_ID }} - # Set Match to read-only for builds, only write new profiles manually MATCH_READONLY: "true" steps: @@ -31,7 +30,6 @@ jobs: with: fetch-depth: 0 # Ensures the full Git history is available - # Setup caching to speed up builds - name: Setup Caching uses: actions/cache@v3 with: @@ -122,7 +120,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 3.1.6 - bundler-cache: true # This caches gems installed via bundler + bundler-cache: true - name: Install Dependencies with Bundler run: |