Commit 4373afb
committed
fix: handle ValidationError fallback in setCommitsDefault, fix checkout@v6
- Catch ValidationError in setCommitsDefault to fall back to local git
when auto-discovery fails (no local remote or no matching Sentry repo)
- Fix actions/checkout@v7 → v6 (v7 doesn't exist yet)1 parent ecec222 commit 4373afb
File tree
2 files changed
+8
-1
lines changed- .github/workflows
- src/commands/release
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
| |||
0 commit comments