Commit ef3257a
committed
fix(gittensor-impact): switch to branch-mode publishing
GitHub now creates gh-release-created releases as immutable, so the
action's default release publish-mode fails every run with HTTP 422
(Cannot upload assets to an immutable release) right after creating it.
Branch mode force-pushes the SVGs to a dedicated orphan branch instead,
which isn't subject to release immutability.1 parent 9d966b8 commit ef3257a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments