We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ee401 commit 30ba95fCopy full SHA for 30ba95f
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
DATABASE_URL: ${{ secrets.PREVIEW_DATABASE_URL }}
97
98
- name: Pull Vercel Environment Information
99
- run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
+ run: pnpm vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
100
101
- name: Build Project Artifacts
102
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments