Skip to content

Commit 00ab4ef

Browse files
committed
Update deployment command in workflow to include --yes flag for automatic confirmation
1 parent bfb4166 commit 00ab4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-ecosystem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
working-directory: ${{ matrix.project.path }}
157157
env:
158158
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
159-
run: vercel deploy --prod --token=$VERCEL_TOKEN
159+
run: vercel deploy --prod --yes --token=$VERCEL_TOKEN
160160

161161
- name: Deployment Summary
162162
if: always()

0 commit comments

Comments
 (0)