expo_build_run
Triggers a new EAS build using a build profile from eas.json. Requires a GitHub repository to be connected to the project. Provide either appId (from app.json "extra.eas.projectId") OR appFullName (e.g., "@owner/my-app").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | ||
| gitRef | Yes | ||
| platform | Yes | ||
| autoSubmit | No | ||
| appFullName | No | ||
| buildProfile | Yes | ||
| baseDirectory | No | ||
| submitProfile | No |