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