Skip to content

Commit 7314fb3

Browse files
fix(ci): remove npx from eas update command in publish workflow
1 parent a027d24 commit 7314fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
working-directory: ./frontend
3636

3737
- name: 🚀 Create update
38-
run: npx eas update --auto --non-interactive
38+
run: eas update --auto --non-interactive
3939
working-directory: ./frontend

0 commit comments

Comments
 (0)