Commit 8c0a6ff
fix(ci): add rebase before push in release workflow
The "Generate contributor notes" step pushes CONTRIBUTORS.md to main
without pulling first. When two releases run concurrently, the second
push fails with non-fast-forward. Add git pull --rebase before push
to handle the race.
Co-authored-by: Copilot <[email protected]>1 parent 4d3c1f2 commit 8c0a6ff
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments