diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index 4e33795..9cab078 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -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