Skip to content

Commit

Permalink
Update storybook-deploy-vercel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunear committed Jun 5, 2024
1 parent 1d804e4 commit 0777c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/storybook-deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: vercel pull --yes --environment=${{steps.defaultenvironment.outputs.value == 'next' && 'preview' || 'production'}} --token=${{ secrets.VERCEL_TOKEN }}

- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build ${{steps.defaultenvironment.outputs.value == 'production' && '--prod'}} --token=${{ secrets.VERCEL_TOKEN }}

- id: deploy
name: Deploy Project Artifacts to Vercel
Expand Down

0 comments on commit 0777c98

Please sign in to comment.