We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413d832 commit 1bbc05dCopy full SHA for 1bbc05d
.github/workflows/release.yml
@@ -18,4 +18,4 @@ jobs:
18
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
19
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
20
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
21
- run: npx vercel deploy --token $VERCEL_TOKEN --prod --confirm
+ run: npx vercel deploy --token $VERCEL_TOKEN --prod --yes
0 commit comments