mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
fix: jsonschema
This commit is contained in:
parent
a9f07ef2ea
commit
c7e5038077
@ -506,7 +506,7 @@ type Build struct {
|
||||
Skip string `yaml:"skip,omitempty" json:"skip,omitempty" jsonschema:"oneof_type=string;boolean"`
|
||||
GoBinary string `yaml:"gobinary,omitempty" json:"gobinary,omitempty"`
|
||||
Command string `yaml:"command,omitempty" json:"command,omitempty"`
|
||||
NoUniqueDistDir string `yaml:"no_unique_dist_dir,omitempty" json:"no_unique_dist_dir,omitempty" jsonschema:"oneof_type:string;boolean"`
|
||||
NoUniqueDistDir string `yaml:"no_unique_dist_dir,omitempty" json:"no_unique_dist_dir,omitempty" jsonschema:"oneof_type=string;boolean"`
|
||||
NoMainCheck bool `yaml:"no_main_check,omitempty" json:"no_main_check,omitempty"`
|
||||
UnproxiedMain string `yaml:"-" json:"-"` // used by gomod.proxy
|
||||
UnproxiedDir string `yaml:"-" json:"-"` // used by gomod.proxy
|
||||
|
Loading…
Reference in New Issue
Block a user