Skip to content

Commit

Permalink
CI deploy using fastlane in Github action (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX authored Sep 29, 2024
2 parents fb22531 + b43e16e commit c287c91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c287c91

Please sign in to comment.