Commit d1b4bd2
committed
👷 [ci] Simplify git-cliff installation in publish workflow
- Replace runtime GitHub API release lookup with a pinned download URL (v2.10.1) to avoid API auth/rate issues and speed up CI
- Remove custom request headers and UseBasicParsing; use a straightforward Invoke-WebRequest to fetch the ZIP
- Tweak comment and behavior: add git-cliff to PATH for the session and still export PATH to GITHUB_ENV (no claim about persisting)
- Preserve extraction and validation steps (fail if git-cliff.exe is missing)
- Note: pins git-cliff version; update URL when upgrading the tool
Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>1 parent ebe748e commit d1b4bd2
1 file changed
Lines changed: 4 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 248 | + | |
| 249 | + | |
263 | 250 | | |
264 | 251 | | |
265 | 252 | | |
266 | | - | |
267 | | - | |
268 | | - | |
| 253 | + | |
269 | 254 | | |
270 | 255 | | |
271 | 256 | | |
272 | 257 | | |
273 | 258 | | |
274 | 259 | | |
275 | 260 | | |
276 | | - | |
| 261 | + | |
277 | 262 | | |
278 | 263 | | |
279 | 264 | | |
| |||
0 commit comments