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.
2 parents 14e4990 + db50d29 commit 809a062Copy full SHA for 809a062
.github/workflows/deploy_preview.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v4
29
30
- name: Install Vercel CLI
31
- run: npm install --global vercel@44.6.6
+ run: npm install --global vercel@latest
32
33
- name: Pull Vercel Environment Information
34
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
.github/workflows/deploy_production.yml
@@ -26,7 +26,7 @@ jobs:
26
27
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments