Skip to content

Commit

Permalink
Update codemagic.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredfalcon authored Mar 7, 2023
1 parent f518396 commit 118888e
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,10 @@ workflows:
- build/ios/ipa/*.ipa
- /tmp/xcodebuild_logs/*.log
- flutter_drive.log
# publishing:
# app_store_connect:
# auth: integration
publishing:
app_store_connect:
api_key: $APP_STORE_CONNECT_PRIVATE_KEY
key_id: $APP_STORE_CONNECT_KEY_IDENTIFIER
issuer_id: $APP_STORE_CONNECT_ISSUER_ID
submit_to_testflight: true

# # Configuration related to TestFlight (optional)
# # Note: This action is performed during post-processing.
# submit_to_testflight: true

# # Configuration related to App Store (optional)
# # Note: This action is performed during post-processing.
# submit_to_app_store: false

0 comments on commit 118888e

Please sign in to comment.