You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check native tooling versions
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check forapp config fields that may not be syncedin a non-CNG project
✔ Check npm/ yarn versions
✔ Check for issues with metro config
✔ Check for legacy global CLI installed locally
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that native modules do not use incompatible support packages
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK
Didn't find any issues with the project!
Error output
Reproducible demo or steps to reproduce from a blank project
Trigger a build on Expo Cloud.
Register a new device after that build.
Run eas build:resign, everything good until error occurred: Failed to resign build, because GitHub builds cannot be retried.
The text was updated successfully, but these errors were encountered:
Failed to resign build, because GitHub builds cannot be retried
Hi,
Yeah, I think that's true we currently don't support retrying or resigning builds triggered by our GitHub trigger on the EAS side (meaning the retry option on a build page for GH builds is not available, but it is for builds triggered using CLI, and you can't do eas build:resign targeting GH builds).
The currently working retry mechanism for GH builds is through the GitHub UI
but in reality, it will create a new build on the EAS side under the hood.
I believe we should add this information as a limitation to GitHub builds docs and make it more obvious in eas build:resign that you can't retry a given build because of XYZ when selecting it in an interactive select mode.
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
Build/Submit details page URL
No response
Summary
Hello, I encountered an error when running eas build:resign
Steps:
eas build:resign
, everything good until error occurred: Failed to resign build, because GitHub builds cannot be retried.I have searched Discord, Documents, GitHub Issues and Google, no idea what happened exactly 🤔
Managed or bare?
Managed by Expo
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
eas build:resign
, everything good until error occurred: Failed to resign build, because GitHub builds cannot be retried.The text was updated successfully, but these errors were encountered: