Skip to content

Commit

Permalink
add fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
biplab1 committed Nov 8, 2024
1 parent 7ed1e65 commit 6ae34ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,14 @@ jobs:
distribution: 'adopt'
java-version: '18'

- name: Setup Ruby (for Fastlane)
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'

- name: Install Fastlane
run: bundle install

- name: Enable Gradle Wrapper caching (optimization)
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 6ae34ab

Please sign in to comment.