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