File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,19 +77,19 @@ jobs:
77
77
- name : Export version from package.json
78
78
run :
79
79
echo "PACKAGE_VERSION=$(grep '"version"' ../web/package.json | cut -d '"' -f 4 | cut -d "-" -f 1)" >> $GITHUB_ENV
80
+ - name : Ruby Setup for Fastlane
81
+ uses : ruby/setup-ruby@v1
82
+ with :
83
+ working-directory : ' packages/mobile'
80
84
- name : Install dependencies
81
- run : yarn install --immutable && yarn install:pods
85
+ run : yarn install --immutable && bundle install && yarn install:pods
82
86
- run : yarn build:mobile
83
87
- name : Set ssh connection to Github
84
88
uses :
webfactory/[email protected]
85
89
with :
86
90
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
87
91
- name : Export Apple AppStore Connect API key
88
92
run : echo "${{ secrets.APPSTORE_CONNECT_KEY }}" > ios/Authkey.p8
89
- - name : Ruby Setup for Fastlane
90
- uses : ruby/setup-ruby@v1
91
- with :
92
- working-directory : ' packages/mobile'
93
93
- name : Setup fastlane
94
94
95
95
env :
You can’t perform that action at this time.
0 commit comments