Skip to content

Commit e3712ec

Browse files
committed
fix yarn command
1 parent f8982cc commit e3712ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-eas-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
# Disable LavaMoat sandbox to prevent duplicate bundle executions in CI
291291
EXPO_NO_LAVAMOAT: '1'
292292
run: |
293-
yarn build:expo-update:main:exp
293+
yarn run build:expo-update:main:exp
294294
295295
- name: Update summary
296296
if: success()

0 commit comments

Comments
 (0)