Skip to content

Commit

Permalink
update ios yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Oct 18, 2023
1 parent ea59521 commit 6c05e2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
npx sentry-cli releases new "com.moonlet.beta@$VERSION+$BUILD" -p wallet-app-android -p wallet-app-ios -p wallet-extension -p beta-app-android -p beta-app-ios -p beta-extension
npx sentry-cli releases set-commits "com.moonlet.beta@$VERSION+$BUILD" --auto
beta-android:
name: Android app
runs-on: ubuntu-latest
Expand Down Expand Up @@ -107,9 +108,10 @@ jobs:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
NODE_OPTIONS: --max_old_space_size=4096
NODE_ENV: production

beta-ios:
name: iOS app
runs-on: macos-11
runs-on: macos-12
needs: unit-tests
steps:
- uses: actions/setup-node@v1
Expand Down Expand Up @@ -145,7 +147,7 @@ jobs:
- name: Generate fonts and icons
run: yarn run generate-icons
- name: Run fastlane beta
run: xcversion select 13.0 && cd ios/fastlane && bundle exec fastlane beta
run: xcversion select 13.4 && cd ios/fastlane && bundle exec fastlane beta
env:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
# FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD: ${{ secrets.FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD }}
Expand Down

0 comments on commit 6c05e2b

Please sign in to comment.