Delete draft flag

This commit is contained in:
niuhuan 2022-03-22 14:29:11 +08:00 committed by GitHub
parent cdaef81aa7
commit 41f5cd48c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ func main() {
"target_commitish": mainBranch,
"name": version.Code,
"body": version.Info,
"draft": true,
"prerelease": false,
}
var buff []byte
buff, err = json.Marshal(&body)