We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec10ac commit 878b754Copy full SHA for 878b754
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
if: ${{ env.ANDROID_SECRETS_KEY }}
48
uses: ruby/setup-ruby@v1
49
with:
50
- ruby-version: 2.6
+ ruby-version: 2.7
51
52
- name: Set up Fastlane
53
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Ruby
32
33
34
35
36
37
run: gem install fastlane --no-document --quiet
0 commit comments