Skip to content

Commit

Permalink
flip
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Jul 16, 2024
1 parent eae7e97 commit 570b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Build project artifacts
working-directory: packages/example
run: vercel build --token --yes ${{ secrets.VERCEL_TOKEN }}
run: vercel build --yes --token${{ secrets.VERCEL_TOKEN }}

- name: Deploy to Vercel
working-directory: packages/example
Expand Down

0 comments on commit 570b020

Please sign in to comment.