Update Fastfile

This commit is contained in:
Zhiyuan Zheng 2022-03-28 23:40:15 +02:00
parent 8226ee405b
commit 5c1c6bc1c6
1 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,11 @@ jobs:
run: yarn install
- name: -- Step 5 -- Install ruby dependencies
run: bundle install
- name: -- Step 6 -- Run fastlane
- name: -- Step 6 -- Install cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
podfile-path: ios/Podfile.lock
- name: -- Step 7 -- Run fastlane
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
ENVIRONMENT: ${{ steps.branch.outputs.branch }}