Skip to content

Commit 16b3436

Browse files
committed
a
1 parent 7b21d07 commit 16b3436

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,8 @@ jobs:
163163
- name: Install dependencies
164164
run: pnpm install --frozen-lockfile
165165

166-
# - name: Pull Vercel Environment Information
167-
# # working-directory: apps/web
168-
# run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
166+
- name: Pull Vercel Environment Information
167+
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
169168

170169
- name: Build
171170
run: pnpm turbo run vercel-gha-build --filter=web

0 commit comments

Comments
 (0)