Skip to content

Commit

Permalink
fix gh
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jan 6, 2025
1 parent 6d4ff30 commit b1b2733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn build

- name: Install Vercel CLI
run: yarn add vercel@latest
run: npm install --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit b1b2733

Please sign in to comment.