expo / expo/expo-github-action
Expo fingerprint action is generating builds even there are zero native dependency changes in the app
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
### Description of the bug
Hi, we are using https://github.com/expo/expo-github-action/tree/main/continuous-deploy-fingerprint action to deploy to preview or development branches
the problem is, even i ve zero changes for native dependencies the fingerprint is different for each push...
which triggers an `eas build` all the time on CI even though its unnecessary

### To Reproduce
What steps did you perform which led to this issue?
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
#### Expected behavior
If there are no native dependency changes there shouldnt be a new build on EAS
#### Actual behavior
It creates an EAS build for all pushes without a single native dependency change
### Additional context
Contributor guide
Assessment
This issue has not been assessed yet.