Skip to content

Commit

Permalink
releaser: Fix tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 7, 2017
1 parent 6e086e3 commit 51bcd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser/releaser.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (r *ReleaseHandler) Run() error {
return err
}

if _, err := r.git("push", tag); err != nil {
if _, err := r.git("push", "origin", tag); err != nil {
return err
}

Expand Down

0 comments on commit 51bcd50

Please sign in to comment.