Skip to content

Commit

Permalink
Rename step from Run Fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Sep 7, 2024
1 parent 51874d5 commit 0026ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
APPLE_DEMO_EMAIL: ${{ secrets.APPLE_DEMO_EMAIL }}
APPLE_DEMO_PASSWORD: ${{ secrets.APPLE_DEMO_PASSWORD }}

- name: Run Fastlane
- name: Submit build for App Store review
if: ${{ fromJSON(env.SHOULD_DEPLOY_PRODUCTION) }}
run: bundle exec fastlane ios submit_for_review
env:
Expand Down

0 comments on commit 0026ff1

Please sign in to comment.