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:
Optional An optional platform to target for the submission
Default all
Optional An optional profile to use for the submission
Default production
Optional An optional operating system on which to run the workflow
Default self-hosted
# TODO