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

Expo GitHub Action makes it easy to automate EAS builds or updates

Results 28 expo-github-action issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2. Release notes Sourced from semver's releases. v7.5.2 7.5.2 (2023-06-15) Bug Fixes 58c791f #566 diff when detecting major change from prerelease (#566) (@​lukekarrys) 5c8efbc #565...

dependencies

### Description of the bug I've been using the `expo-github-action/preview` sub-action successfully for about a month. The `eas update` command has always taken much longer in CI than when I...

### Linked issue N/A ### Additional context If you don't provide `contents: read` permissions to workflows in private repos, you get an error during the checkout step: ``` Run actions/checkout@v3...

### Topic and scope of discussion How would you summarise and scope the issue? The current recipe presented on the README file present a scenario where every time someone pushes...

Hey team, I am actually building my app with the expo action, but it falling all the time in the ci pipeline but works fine locally. ![IMG_0861](https://user-images.githubusercontent.com/73842340/236712713-4a93f179-5bbe-4b87-8b6e-4cdbd773eadc.jpeg)

### Description of the feature When running `eas update --auto` (or with other parameters) and `expo-version` has NOT been specified the script will ask for it to be installed. Then...

need info

### Description of the feature If you omit/forget to add the `working-directory`, you'll get a warning like: https://github.com/expo/eas-cli/issues/1779. It's sub-optimal and does not point users to the right fix. We...

### Description of the feature I would love if this GitHub action can add a new command that can run `expo doctor` in the CI and return the result +...

enhancement