mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
publish the release
This commit is contained in:
parent
670d50bba3
commit
dab3f399f2
@ -24,7 +24,6 @@ func Release(version, diff string, config config.ProjectConfig) error {
|
||||
repo := strings.Split(config.Repo, "/")[1]
|
||||
|
||||
r, _, err := client.Repositories.CreateRelease(owner, repo, &github.RepositoryRelease{
|
||||
Draft: github.Bool(true),
|
||||
Name: github.String(version),
|
||||
TagName: github.String(version),
|
||||
Body: github.String(diff + "\n\nAutomated with @goreleaser"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user