Commit 97ec97c
authored
fix: create release as draft to allow MCPB bundle uploads (#37)
GitHub releases are immutable once published. GoReleaser publishes the
release, then subsequent steps fail when uploading MCPB bundles with
HTTP 422 "Cannot upload assets to an immutable release".
Create the release as a draft, upload all assets, then publish at the end.1 parent 3aec300 commit 97ec97c
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments