Skip to content

Commit fb86cfe

Browse files
committed
Fix ruby env setup
1 parent 6265a69 commit fb86cfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-tag.yml

+6
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ jobs:
128128
distribution: 'adopt'
129129
java-version: 11
130130

131+
- name: Set up ruby env
132+
uses: ruby/setup-ruby@v1
133+
with:
134+
ruby-version: 2.7.6
135+
bundler-cache: true
136+
131137
- name: Assemble beta APK
132138
if: contains(steps.tagger.outputs.tag, '-beta')
133139
run: bundle exec fastlane beta

0 commit comments

Comments
 (0)