Commit 03e2734
committed
Fix CD release: use new commit instead of force-push to update master (#719)
Fix cd_release.yml: use a new commit and non-force push
Branch protection on master has allow_force_pushes: false. The workflow
was amending the last commit then force-pushing via push-protected,
causing all CD runs to fail since ~December 2025.
Fix by creating a plain new commit (fast-forward) and setting force: false
in push-protected. Also update the deprecated sleep input to pre_sleep
and enable unprotect_reviews: true to temporarily lift the PR-review
requirement during the push. Add note to avoid cito the bot commit message
so the version-bump commit does not trigger redundant workflow runs.1 parent eae0c43 commit 03e2734
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| 573 | + | |
| 574 | + | |
0 commit comments