Skip to content

Commit 3e78e6f

Browse files
committed
chore: update ios ci
1 parent c85d7b5 commit 3e78e6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mobile.release.prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
9494
uses: maierj/[email protected]
9595
env:

0 commit comments

Comments
 (0)