github action env install

This commit is contained in:
niuhuan 2022-03-22 13:02:58 +08:00
parent a34c2af591
commit d31075d49a
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ func main() {
url := fmt.Sprintf("https://api.github.com/repos/%v/%v/releases", owner, repo)
body := map[string]interface{}{
"tag_name": version.Code,
"target_commitish": mainBranch,
"name": version.Code,
"body": version.Info,
"draft": true,