diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 3c85ac4a1d01..b70cf7b1667d 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -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 }}