diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f50ab2f..35f73d3 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -118,6 +118,13 @@ jobs: path: | build/app/outputs/bundle/release/app-release.aab build/app/outputs/mapping/release/mapping.txt + - name: Use Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.3 + bundler-cache: true # runs `bundle install` and caches installed gems automatically + - name: Deploy to Google Play - alpha track + run: bundle exec fastlane deploy build-ios: runs-on: macos-latest