Commit 6ba8dc9
fix(release): stage only appcast.xml to avoid workflow-file push rejection
The previous `git add -A` was staging 2 files (visible in '2 files
changed, 9 insertions, 2 deletions'). The second file was almost
certainly .github/workflows/release.yml — touched by an earlier step in
the pipeline. GITHUB_TOKEN cannot push commits that modify workflow
files, so the push was rejected 5 times in a row.
Restricting the stage to 'git add appcast.xml' guarantees nothing else
sneaks into the commit.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6a5da49 commit 6ba8dc9
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
457 | 463 | | |
458 | 464 | | |
459 | | - | |
| 465 | + | |
460 | 466 | | |
461 | 467 | | |
462 | 468 | | |
| |||
0 commit comments