Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 985 Bytes

expo-eas-build.md

File metadata and controls

40 lines (22 loc) · 985 Bytes

expo-eas-build

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

This workflow will use the EAS CLI build command to queue a new build for the given platform and profile. 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 build

Default all

profile

Optional An optional profile to use for the build

Default production

submit

Optional An optional flag which will auto-submit the build when finished

Default false

runs-on

Optional An optional operating system on which to run the workflow

Default self-hosted

Usage

# TODO