Commit 2dd27bd
authored
Fix release automation (#3429)
Currently two release drafts are being created.
We want one draft to be created by goreleaser
and we want softprops/action-gh-release GitHub action
to append artifacts into the existing release.
Since goreleaser creates a draft anyway it seems like
"Create a draft release" is not necessary.
Signed-off-by: Mikalai Radchuk <[email protected]>1 parent fb6694f commit 2dd27bd
1 file changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 30 | | |
41 | 31 | | |
42 | 32 | | |
| |||
58 | 48 | | |
59 | 49 | | |
60 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
| |||
0 commit comments