From 554f9dc1eea71d278f6bf5ff9350edba317fca3b Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Wed, 27 Nov 2024 03:33:38 +0530 Subject: [PATCH] chore: Fixing Workflow File --- .github/workflows/internal_or_beta_release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/internal_or_beta_release.yml b/.github/workflows/internal_or_beta_release.yml index a57519cc2..c50d102b7 100644 --- a/.github/workflows/internal_or_beta_release.yml +++ b/.github/workflows/internal_or_beta_release.yml @@ -57,12 +57,13 @@ jobs: if: ${{ matrix.os }} == 'macos-latest' run: | gem install bundler:2.2.27 + bundle install --jobs 4 --retry 3 bundle exec fastlane add_plugin firebase_app_distribution bundle exec fastlane add_plugin increment_build_number - bundle install --jobs 4 --retry 3 - name: Build iOS App if: ${{ matrix.os }} == 'macos-latest' + continue-on-error: true run: bundle exec fastlane ios build_ios distribute_android_app: @@ -91,8 +92,6 @@ jobs: uses: gradle/actions/setup-gradle@v4 - uses: ./.github/actions/create-release-number - bundle exec fastlane add_plugin firebase_app_distribution - bundle exec fastlane add_plugin increment_build_number name: Create Release Number id: rel_number