Skip to content

Commit

Permalink
fix: remove progress output to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Skisocks committed Apr 12, 2023
1 parent 33e1148 commit e19da44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tag/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func pushTags(r *git.Repository) error {

po := &git.PushOptions{
RemoteName: "origin",
Progress: os.Stdout,
RefSpecs: []config.RefSpec{config.RefSpec("refs/tags/*:refs/tags/*")},
}

Expand Down

0 comments on commit e19da44

Please sign in to comment.