I have just migrated my project from expo classic to eas via documentation provided by expo.
Now, I need to update the App over the air which was previously possible with "expo publish" command.
This is the error message I get when I use "expo publish" after migration -
> expo publish
It seems like your project is configured for EAS Update. Please use 'eas branch:publish' instead.
Further on running "eas branch:publish" it return another error message -
> eas branch:publish
Error: deprecated, use "eas update"
Finally, after executing "eas update" it gave another error -
✔ Please enter an update message. … minor ui fixes
✔ Built bundle!
✔ Uploaded assets!
✖ Failed to published updates
CombinedError: [GraphQL] EAS Update is not yet publicly available.
Is there any way to publish updates over the air with eas just like "expo publish" ?