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.
1 parent 921777c commit 319c270Copy full SHA for 319c270
.github/workflows/deploy.yml
@@ -25,4 +25,4 @@ jobs:
25
run: npm install --global vercel@latest
26
27
- name: Deploy to Vercel
28
- run: vercel --prod --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments