Commit cec3aca
fix(ci): fix make_latest type error in release API call
GitHub API expects make_latest as string "true", not boolean true.
Changed -F (JSON type) to -f (string type). Also fixed RELEASE_ID
extraction to properly handle 404 responses.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d9ce4b4 commit cec3aca
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
| |||
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | | - | |
| 159 | + | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
0 commit comments