Skip to content

Commit

Permalink
fix(vercel): add -c options (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored Jun 20, 2020
1 parent 7edc6eb commit 3a68e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- if: startsWith(github.ref, 'refs/tags/v')
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
run: npx vercel -t ${VERCEL_TOKEN} --prod
run: npx vercel -S ${VERCEL_SCOPE} -c -t ${VERCEL_TOKEN} --prod

1 comment on commit 3a68e54

@vercel
Copy link

@vercel vercel bot commented on 3a68e54 Jun 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.