-
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
EAS update fails every time #174
Comments
Hi @alexreyes! Thanks for reporting this. Can you share your app manifest? (the |
Okay, I don't have a Here's my app.json:
|
Hi @alexreyes! The runtime version is something you can fill out. It's a version that blocks updates to incompatible builds. In the managed workflow, using the classic build and update system, we use the Expo SDK version (e.g.
But for EAS build and custom dev clients, you are in control of that value. You can use |
Hey @byCedric okay I see, but I'm still a bit confused. What value should I be using for the runtimeVersion if I'm building multiple times per SDK release? Should the Whenever I run expo publish locally things seem to work fine without the |
Description of the bug
When the github action for Publish updates on push runs I get this result: "error: Unable to determine runtime version for android"
To Reproduce
What steps did you perform which led to this issue?
Expected behavior
I expected the build to succeed
Actual behavior
Additional context
Here is the full .yml file I am using:
The text was updated successfully, but these errors were encountered: