File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 run : node -v
125125
126126 - name : Pull Vercel Environment Information
127- # working-directory: apps/web
127+ working-directory : apps/web
128128 run : pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
129129
130130 - name : Build
@@ -163,9 +163,9 @@ 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+ # # working-directory: apps/web
168+ # run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
169169
170170 - name : Build
171171 run : pnpm turbo run vercel-gha-build --filter=web
You can’t perform that action at this time.
0 commit comments