Skip to content

Commit 6c5b975

Browse files
committed
confirmation
1 parent 88bba5c commit 6c5b975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
mkdir -p .vercel/output
6060
mv dist .vercel/output
61-
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz
61+
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} --archive=tgz --yes
6262
id: deploy
6363

6464
- name: Comment deployment URL on PR

0 commit comments

Comments
 (0)