Skip to content
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

Expo fingerprint action is generating builds even there are zero native dependency changes in the app #310

Open
kasvith opened this issue Sep 20, 2024 · 1 comment

Comments

@kasvith
Copy link

kasvith commented Sep 20, 2024

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

image

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

@kasvith
Copy link
Author

kasvith commented Sep 20, 2024

I checked the hash for the repo locally

they didnt change when i switch branches without any native config change

but in this gh action, its always a new one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant