github action env install
This commit is contained in:
parent
a34c2af591
commit
d31075d49a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue