Skip to content

Commit

Permalink
Fix vercel version
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 9, 2024
1 parent 02ae70a commit f82be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cd apps/example && yarn prisma generate

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

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

0 comments on commit f82be4e

Please sign in to comment.