Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 896 Bytes

expo-eas-submit.md

File metadata and controls

34 lines (19 loc) · 896 Bytes

expo-eas-submit

The expo-eas-submit action is located at .github/workflows/expo-eas-submit.yml.

This workflow will use the EAS CLI submit command to submit the latest application build to the given platform app store. This action assumes any platform-specific configuration is setup in the eas.json.

This depends on the following actions:

Inputs

platform

Optional An optional platform to target for the submission

Default all

profile

Optional An optional profile to use for the submission

Default production

runs-on

Optional An optional operating system on which to run the workflow

Default self-hosted

Usage

# TODO