From a6a2de69fe3420139ef203c626efb2f797a5334e Mon Sep 17 00:00:00 2001 From: Sk Niyaj Ali Date: Wed, 27 Nov 2024 00:00:39 +0530 Subject: [PATCH] chore: Fixing Fastlane --- .github/workflows/release_to_production.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release_to_production.yml b/.github/workflows/release_to_production.yml index 0eb957902..6e75582c6 100644 --- a/.github/workflows/release_to_production.yml +++ b/.github/workflows/release_to_production.yml @@ -18,10 +18,7 @@ jobs: play_promote_production: name: Play Publish Production if: ${{ inputs.publish_to_play_store == true }} - runs-on: ubuntu-latest - permissions: - contents: read - id-token: write + runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -33,7 +30,6 @@ jobs: - name: Install Bundler run: | gem install bundler:2.2.27 - bundle config path vendor/bundle bundle install --jobs 4 --retry 3 - uses: ./.github/actions/inflate-secrets