chore: fix mobile release action ruby version

This commit is contained in:
Aman Harwara
2023-03-01 13:05:12 +05:30
parent c70c1e9139
commit e3a3b859c1
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ jobs:
- run: yarn build:mobile
- name: Ruby Setup for Fastlane
uses: ruby/setup-ruby@v1
with:
working-directory: 'packages/mobile'
- name: fastlane
uses: maierj/fastlane-action@v1.4.0
env:
@@ -88,6 +90,8 @@ jobs:
run: echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
- name: Ruby Setup for Fastlane
uses: ruby/setup-ruby@v1
with:
working-directory: 'packages/mobile'
- name: Setup fastlane
uses: maierj/fastlane-action@v1.4.0
env:

View File

@@ -0,0 +1 @@
2.7.6