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 c1c1ec9 commit e45921fCopy full SHA for e45921f
.github/workflows/main.yml
@@ -124,7 +124,7 @@ jobs:
124
run: node -v
125
126
- name: Pull Vercel Environment Information
127
- working-directory: apps/web
+ # working-directory: apps/web
128
run: pnpm vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
129
130
- name: Build
@@ -164,7 +164,7 @@ jobs:
164
run: pnpm install --frozen-lockfile
165
166
167
168
169
170
0 commit comments