File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3030 uses : goreleaser/goreleaser-action@v6
3131 with :
3232 distribution : goreleaser
33- version : latest
33+ version : v2
3434 args : release --clean
3535 env :
3636 HOMEBREW_TOKEN : ${{ secrets.HOMEBREW_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type Profile struct {
3535 Push map [string ]any `yaml:"push,omitempty"`
3636 Rebase map [string ]any `yaml:"rebase,omitempty"`
3737 Rerere map [string ]any `yaml:"rerere,omitempty"`
38- Pager map [string ]any `yaml:"pager,omitempty"`
38+ Pager map [string ]any `yaml:"pager,omitempty"`
3939 Tag map [string ]any `yaml:"tag,omitempty"`
4040 URL []URLConfig `yaml:"url,omitempty"`
4141 User UserConfig `yaml:"user,omitempty"`
Original file line number Diff line number Diff line change @@ -262,6 +262,7 @@ func TestConfigSections(t *testing.T) {
262262 "gpg" : true ,
263263 "pull" : true ,
264264 "rerere" : true ,
265+ "pager" : true ,
265266 "column" : true ,
266267 "branch" : true ,
267268 "init" : true ,
You can’t perform that action at this time.
0 commit comments