Skip to content

Commit 94f8ea2

Browse files
committed
Merge branch 'main' into feat/next-auth
2 parents b4cc45a + 00cc86d commit 94f8ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Lint and build code, then publish to Vercel
2828
run: >
29-
vercel
29+
npx vercel
3030
--token ${{ secrets.VERCEL_TOKEN }}
3131
-n ${{ vars.VERCEL_PROJECT }}
3232
--yes

.github/workflows/staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Lint and build code, then publish to Vercel
2929
run: >
30-
vercel
30+
npx vercel
3131
--token ${{ secrets.VERCEL_TOKEN }}
3232
-n ${{ vars.VERCEL_PROJECT }}
3333
--yes

0 commit comments

Comments
 (0)