Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
iojcde committed Dec 17, 2023
1 parent d59db0f commit 8749ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
if [[ ${GITHUB_REF} == "refs/heads/master" ]]; then
prodRun="--prod"
fi
npx vercel --confirm --token ${VERCEL_SECRET} $prodRun
npx vercel --yes --token ${VERCEL_SECRET} $prodRun
env:
VERCEL_SECRET: ${{ secrets.VERCEL_SECRET }}

0 comments on commit 8749ace

Please sign in to comment.