diff --git a/config/config.go b/config/config.go index 72f52f58b..8b29a4d41 100644 --- a/config/config.go +++ b/config/config.go @@ -102,9 +102,8 @@ type Archive struct { // Release config used for the GitHub release type Release struct { - GitHub Repo `yaml:",omitempty"` - Draft bool `yaml:",omitempty"` - GitHubURL string `yaml:"github_url,omitempty"` + GitHub Repo `yaml:",omitempty"` + Draft bool `yaml:",omitempty"` // Capture all undefined fields and should be empty after loading XXX map[string]interface{} `yaml:",inline"`