Skip to content

Commit

Permalink
Fix ruby env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Jul 23, 2022
1 parent 6265a69 commit fb86cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ jobs:
distribution: 'adopt'
java-version: 11

- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6
bundler-cache: true

- name: Assemble beta APK
if: contains(steps.tagger.outputs.tag, '-beta')
run: bundle exec fastlane beta
Expand Down

0 comments on commit fb86cfe

Please sign in to comment.