We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4cc45a + 00cc86d commit 94f8ea2Copy full SHA for 94f8ea2
.github/workflows/production.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Lint and build code, then publish to Vercel
28
run: >
29
- vercel
+ npx vercel
30
--token ${{ secrets.VERCEL_TOKEN }}
31
-n ${{ vars.VERCEL_PROJECT }}
32
--yes
.github/workflows/staging.yaml
@@ -27,7 +27,7 @@ jobs:
33
0 commit comments