Commit 7e1d57b
committed
Fix major-version release job
Since the checkout action only has a single detached HEAD commit, the
push protection that git has in place (to match local refs) must be
overridden. Alternatively, we could do a full checkout but force should
override the protections without needing all the history.1 parent 64cb4f2 commit 7e1d57b
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
- node-version/.github/workflows
- setup-nodenv/.github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
0 commit comments