Delete draft flag
This commit is contained in:
parent
cdaef81aa7
commit
41f5cd48c7
|
@ -58,8 +58,6 @@ func main() {
|
||||||
"target_commitish": mainBranch,
|
"target_commitish": mainBranch,
|
||||||
"name": version.Code,
|
"name": version.Code,
|
||||||
"body": version.Info,
|
"body": version.Info,
|
||||||
"draft": true,
|
|
||||||
"prerelease": false,
|
|
||||||
}
|
}
|
||||||
var buff []byte
|
var buff []byte
|
||||||
buff, err = json.Marshal(&body)
|
buff, err = json.Marshal(&body)
|
||||||
|
|
Loading…
Reference in New Issue