Skip to content

Commit

Permalink
chore: Fix deploy (#99)
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
nahsi authored Sep 18, 2024
1 parent 20ee105 commit ee1a0f1
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 @@ -49,7 +49,7 @@ jobs:
uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ steps.secrets.outputs.VERCEL_TOKEN }}
vercel-args: '--prod'
vercel-args: "--yes --prod"
vercel-org-id: ${{ vars.TEAM_ID }}
vercel-project-id: ${{ vars.PROJECT_ID }}
scope: ${{ env.TEAM_ID }}

0 comments on commit ee1a0f1

Please sign in to comment.