We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef643ec commit f0ffecbCopy full SHA for f0ffecb
.github/workflows/stage-deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
id: fingerprint
38
run: |
39
cd apps/conch
40
- npx expo-fingerprint@latest > current-fingerprint.json
+ npx @expo/fingerprint@latest > current-fingerprint.json
41
echo "fingerprint_hash=$(cat current-fingerprint.json | jq -r '.hash')" >> $GITHUB_OUTPUT
42
43
- name: 🔍 Get previous fingerprint from EAS
0 commit comments