You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: require both vercel-org-id and vercel-project-id for deployment
Vercel CLI requires both VERCEL_ORG_ID and VERCEL_PROJECT_ID to be set
together. Previously, setting only vercel-project-id without vercel-org-id
caused a CLI error.
- skip setting VERCEL_PROJECT_ID when vercel-org-id is missing and warn
- also remove VERCEL_PROJECT_ID in the personal account retry path
- add missing vercel-org-id to example-static, example-angular, and deploy workflows
0 commit comments