Skip to content

Commit bff8bd5

Browse files
fix(ci): remove npx from eas update command in publish workflow (#124)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent a027d24 commit bff8bd5

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)