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 90cfa87 commit 9f3c336Copy full SHA for 9f3c336
.github/workflows/deploy_preview.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Install Vercel CLI
29
- run: npm install --global vercel@canary
+ run: npm install --global vercel@44.6.6
30
31
- name: Pull Vercel Environment Information
32
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
.github/workflows/deploy_production.yml
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments