File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 run : pnpm install
2929
3030 - name : Pull Vercel Environment Information
31- run : npx vercel env pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
31+ run : npx vercel env pull --yes --environment=production --file=.env -- token=${{ secrets.VERCEL_TOKEN }}
3232
3333 - name : Build Project Artifacts
3434 run : npx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
Original file line number Diff line number Diff line change 2828 run : pnpm install
2929
3030 - name : Pull Vercel Environment Information
31- run : npx vercel env pull --yes --environment=preview --git-branch=next --token=${{ secrets.VERCEL_TOKEN }}
31+ run : npx vercel env pull --yes --environment=preview --file=.env -- git-branch=next --token=${{ secrets.VERCEL_TOKEN }}
3232
3333 - name : Build Project Artifacts
3434 run : npx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
You can’t perform that action at this time.
0 commit comments