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 7b21d07 commit 16b3436Copy full SHA for 16b3436
.github/workflows/main.yml
@@ -163,9 +163,8 @@ jobs:
163
- name: Install dependencies
164
run: pnpm install --frozen-lockfile
165
166
- # - name: Pull Vercel Environment Information
167
- # # working-directory: apps/web
168
- # run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
+ - name: Pull Vercel Environment Information
+ run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
169
170
- name: Build
171
run: pnpm turbo run vercel-gha-build --filter=web
0 commit comments