Skip to content

Commit

Permalink
Merge pull request #4567 from Expensify/andrew-prod-ios
Browse files Browse the repository at this point in the history
Deploy iOS to production when deploying other platforms
  • Loading branch information
MariaHCD authored Aug 12, 2021
2 parents 2dd54dd + 4e0b97e commit b93e158
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,8 @@ jobs:
APPLE_DEMO_EMAIL: ${{ secrets.APPLE_DEMO_EMAIL }}
APPLE_DEMO_PASSWORD: ${{ secrets.APPLE_DEMO_PASSWORD }}

# TODO: uncomment when we want to release iOS to production
- name: Run Fastlane for App Store release
# if: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'true' }}
if: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'true' && 'false' == 'true' }}
if: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'true' }}
run: bundle exec fastlane ios production
env:
VERSION: ${{ env.NEW_IOS_VERSION }}
Expand Down

0 comments on commit b93e158

Please sign in to comment.