Commit 1b0001f
authored
fix: auto-retry deployment when personal account org ID causes scope error (#298)
* fix: auto-retry deployment when personal account org ID causes scope error
Vercel CLI v41+ rejects VERCEL_ORG_ID for personal accounts with
"You cannot set your Personal Account as the scope" error.
- Catch the scope error and retry without VERCEL_ORG_ID using --project flag
- Remove vercel-org-id from personal account CI workflows
- Rebuild dist/
* fix: address code review findings in personal account retry logic
- Restore independent VERCEL_PROJECT_ID export (was incorrectly nested)
- Clear process.env.VERCEL_ORG_ID for in-process retry subprocess
- Guard retry with vercelProjectId check for actionable error message
* fix: skip --scope on retry and fix VERCEL_ORG_ID deletion order
- Remove --scope from retry path to prevent personal-account error
from recurring on the fallback attempt
- Swap order of exportVariable/delete so process.env.VERCEL_ORG_ID
is cleared after GITHUB_ENV is written, not before1 parent b591ac8 commit 1b0001f
6 files changed
Lines changed: 31132 additions & 27885 deletions
File tree
- .github/workflows
- dist
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
| |||
0 commit comments