Skip to content

Commit

Permalink
Foce getting hash
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Jul 31, 2023
1 parent ab69f4b commit 590dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Get Hash
if: ${{ !inputs.always_run }}
run: echo "HASH=`npx expo-native-dependency-hash hash --platform=${{ inputs.platform }}`" >> $GITHUB_ENV
run: echo "HASH=`npx expo-native-dependency-hash@latest hash --force --platform=${{ inputs.platform }}`" >> $GITHUB_ENV
working-directory: ${{ inputs.working_directory }}

- name: Matching Native Builds
Expand Down

0 comments on commit 590dbdd

Please sign in to comment.