Skip to content

Commit f0ffecb

Browse files
committed
fix fingerprint package name
1 parent ef643ec commit f0ffecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: fingerprint
3838
run: |
3939
cd apps/conch
40-
npx expo-fingerprint@latest > current-fingerprint.json
40+
npx @expo/fingerprint@latest > current-fingerprint.json
4141
echo "fingerprint_hash=$(cat current-fingerprint.json | jq -r '.hash')" >> $GITHUB_OUTPUT
4242
4343
- name: 🔍 Get previous fingerprint from EAS

0 commit comments

Comments
 (0)