Skip to content

Commit

Permalink
fix: --confirm is deprecated use --yes instead
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Sep 15, 2024
1 parent 0baeb76 commit 2b43f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-args: '--prod --confirm'
vercel-args: '--prod --yes'
working-directory: '.'

0 comments on commit 2b43f4a

Please sign in to comment.