Skip to content

Commit

Permalink
Fix typo introduced during update
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Mar 14, 2024
1 parent bbb8bbe commit cf23793
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,21 @@ jobs:

secrets: inherit

ios-deploy:
uses: ./.github/workflows/ios.yml
needs: [tag-images]
with:
build_environment: PROD
upload_to_app_store: true
skip_slack_notification: false
secrets: inherit
ios-deploy:
uses: ./.github/workflows/ios.yml
needs: [tag-images]
with:
build_environment: PROD
upload_to_app_store: true
skip_slack_notification: false
secrets: inherit

android-deploy:
uses: ./.github/workflows/android.yml
needs: [tag-images]
with:
build_environment: PROD
upload_to_play_store: true
increment_version_number: true
skip_slack_notification: false
secrets: inherit
android-deploy:
uses: ./.github/workflows/android.yml
needs: [tag-images]
with:
build_environment: PROD
upload_to_play_store: true
increment_version_number: true
skip_slack_notification: false
secrets: inherit

0 comments on commit cf23793

Please sign in to comment.