-
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
Issue with Expo 5.3.0 update #167
Comments
Not urgent or anything, the work around I have is fine. Just thought I would let the developers know. Sorry for lack of details. |
This should add more visibility if something is going wrong, like #167.
* chore: update e2e tests to try npm and macos This should add more visibility if something is going wrong, like #167. * test: see if which properly resolves npm on windows * test: try with execution * test: try a couple of things including mkdirP and absolute toolpath * chore: try to pass the name of the packager instead * chore: remove the test code from the workflow
### [7.1.1](7.1.0...7.1.1) (2022-03-17) ### Bug fixes * package tool escape path on windows ([#169](#169)) ([db9b5ce](db9b5ce)), closes [#167](#167) ### Other chores * add tags syncing to the release workflow ([eb1ffb8](eb1ffb8)) * fix dirty repo preventing tag bump ([7cde8f8](7cde8f8)) ### Documentation changes * add direct link to expo access tokens ([1f38d16](1f38d16)) * increase visibility of the EXPO_TOKEN link ([#168](#168)) ([9fce70f](9fce70f)) * **preview-comment:** update expo-cli version to latest ([4681fcf](4681fcf)) * reword the assumptions on package manager ([459b567](459b567))
Hi @PatrickCleary! I'm not exactly sure what's going on with the amplify stuff. I don't think we are calling amplify in any way, so it's probably a dependency to run the project (if it contains amplify). If your project is calling it, then I don't know why it's picking the Expo CLI's version of amplify. That being said, the latest e2e tests for version expo/expo-github-action@v5
expo/expo-github-action@v7
Let me know if you run into issues when upgrading, or if something blocks you from doing so! |
Sorry, didn't see there was a new version. Thanks! |
No worries! Github doesn't do a good job informing you about new changes. Lmk if you run into more trouble |
Description of the bug
How would you shortly summarise the issue?
When expo upgraded to 5.3.0 my deployments began failing with:
I'm not sure if it is only an issue with AWS Amplify or not.
To Reproduce
What steps did you perform which led to this issue?
GitHub action configuration:
Expected behavior
What did you expect to have happened?
configure Expo within action
Actual behavior
What did it actually result in?
The error posted above
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
Updated my configuration to:
The text was updated successfully, but these errors were encountered: