-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for EAS CLI installs #97
Comments
Next up, expose output variables to make EAS Updates easier. Right now, we have to use things like:
This should be way easier, like:
or if we could integrate this better with EAS, just running with some envvar based defaults:
|
Does this include support for eas internal distribution builds? I'm seeing the QR in my PR comment link me to builds that load in Expo Go, so I'm guessing no? Or maybe I'm just setting the release-channel wrong. It isn't set anywhere for eas build. (or in the eas.json)
|
@oakley808 I'd also love to see the preview-comment action support internal distribution builds, but that's probably a separate issue. |
Topic and scope of discussion
Improved support for EAS CLI. It's not super important, bc you can just use
npx eas-cli
, but still might be useful to include in the github action.Big changes
Proposed inputs
expo-packager
packager
expo-patch-watchers
patch-watchers
expo-username
username
expo-password
password
expo-token
token
eas-version
eas-cache
eas-cache-key
expo-version
expo-version
expo-cache
expo-cache
expo-cache-key
expo-cache-key
Other changes
expo-version
null
, skipping installation when not definedeas-version
null
, skipping installation when not definedGotcha's
The text was updated successfully, but these errors were encountered: