Is there a way to exit eas build --auto-submit early without waiting for build to complete?

I’m using managed workflow with EAS build. I’m running eas builld --auto-submit on GitHub Action and it works fine. I was wondering if it is possible to just submit the build and exit from the GitHub Action runner without waiting for build to complete.

It takes around 45-60 min for build to complete for both platform and GitHub action keeps running during this time waiting for build to complete. I want to skip the waiting time and let expo handle the build on cloud. Is it possible to exit early?

Had to use --no-wait.
Found it here GitHub - expo/eas-cli: Fastest way to build, submit, and update iOS and Android apps

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.