Skip to content

Commit

Permalink
setup fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 16, 2024
1 parent 6f3d92d commit 99291a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
ruby-version: 3.1.2

- name: Setup Fastlane
run: |
cd ios
bundle install
- name: Build App and Upload to Appstore
env:
TEMP_KEYCHAIN_NAME: ${{ secrets.TEMP_KEYCHAIN_NAME_APPSTORE }}
Expand All @@ -48,7 +53,6 @@ jobs:
APPSTORE_CONNECT_ISSUER_ID: ${{ secrets.APPSTORE_CONNECT_ISSUER_ID }}
APPSTORE_CONNECT_KEY_CONTENT: ${{ secrets.APPSTORE_CONNECT_KEY_CONTENT }}
run: |
bundle install
gem install bundler
bundle install
bundle exec fastlane build_and_deploy_to_appstore --env stream-dvr-ios-appstore build_number:$GITHUB_RUN_NUMBER
Expand Down

0 comments on commit 99291a7

Please sign in to comment.