From b43e16eb8590b01f2855fc8b99c3197b072b7bfe Mon Sep 17 00:00:00 2001 From: OroshiX Date: Sun, 29 Sep 2024 17:54:05 +0200 Subject: [PATCH] CI deploy using fastlane in Github action --- .github/workflows/builds.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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