Deploy to App Store Connect with YAML
YAML Parameters for Deploy to App Store Connect
| Name | Type | Description |
|---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Must be set to NATIVE_BUILD_MAC_DEPLOY. |
archive_location Required | String | The filesystem path of the signed archive file. |
| validate_before_upload | String | Defines if the app is submitted to Fastlane pre-check before sending for review. |
| submit_for_review | Boolean | Defines if the app is sent to review. |
| skip_metadata | Boolean | Defines if the app metadata is updated. |
| skip_app_version_update | Boolean | Defines if the app version is increased. |
| skip_screenshots | Boolean | Defines is the app screenshots are updated. |
YAML example for Deploy to App Store Connect
yamlactions: - action: "Deploy to App Store Connect" type: "NATIVE_BUILD_MAC_DEPLOY" archive_location: "$BUDDY_SIGNED_IPA_PATH" validate_before_upload: true submit_for_review: true skip_metadata: true skip_app_version_update: true skip_screenshots: true integration: "my_integration"
Last modified on Jul 31, 2025