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:
7777 - name : Export version from package.json
7878 run :
7979 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'
8084 - name : Install dependencies
81- run : yarn install --immutable && yarn install:pods
85+ run : yarn install --immutable && bundle install && yarn install:pods
8286 - run : yarn build:mobile
8387 - name : Set ssh connection to Github
8488 uses :
webfactory/[email protected] 8589 with :
8690 ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
8791 - name : Export Apple AppStore Connect API key
8892 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'
9393 - name : Setup fastlane
94949595 env :
You can’t perform that action at this time.
0 commit comments