Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 800 Bytes

expo-eas-update.md

File metadata and controls

32 lines (18 loc) · 800 Bytes

expo-eas-update

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

This workflow will use the EAS CLI update command to publish changes the given channel. This action assumes any platform-specific configuration is setup in the eas.json

This depends on the following actions:

Inputs

channel

Required The channel to publish to

message

Optional An optional message describing the update

Default ``

runs-on

Optional An optional operating system on which to run the workflow

Default self-hosted

Usage

# TODO