expo-github-action icon indicating copy to clipboard operation
expo-github-action copied to clipboard

Continuous deploy fails to update

Open cmaycumber opened this issue 1 year ago • 2 comments

Description of the bug

Continuous deploy GitHub action doesn't seem to be working as expected.

To Reproduce

  1. Start GitHub action

Expected behavior

Deploys update/build properly

Actual behavior

Throws error:

Could not create a new EAS Update: Error: The process '/opt/hostedtoolcache/eas-cli/9.0.7/x64/node_modules/.bin/eas' failed with exit code 1

Additional context

Screenshot 2024-05-17 at 12 32 14 PM

cmaycumber avatar May 17 '24 16:05 cmaycumber

hi there! could you try to re-run the failed github action job and enable the debug log. it will show more errors.

Kudo avatar Jun 10 '24 15:06 Kudo

Yeah I'll test this out and post back here!

cmaycumber avatar Jun 20 '24 13:06 cmaycumber

Got the same error, enabled debug logs and ran into:

Generating a new Keystore is not supported in --non-interactive mode Error: build command failed.

Followed the steps in https://github.com/expo/eas-cli/issues/476 (ran it locally interactively) and it's now sorted. Have to do it for both platforms.

tharakadesilva avatar Aug 22 '24 16:08 tharakadesilva

Documentation for this action has been updated to detail that an initial run of the build needs to be done manually to generate credentials ahead of use of this action. Thanks for the report!

wschurman avatar Sep 18 '24 23:09 wschurman