Skip to content

Commit 1bbc05d

Browse files
committed
chore: replace --confirm by --yes on vercel deploy
1 parent 413d832 commit 1bbc05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
1919
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2020
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
21-
run: npx vercel deploy --token $VERCEL_TOKEN --prod --confirm
21+
run: npx vercel deploy --token $VERCEL_TOKEN --prod --yes

0 commit comments

Comments
 (0)