mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-23 23:41:30 +00:00
releaser: Fix tag push
This commit is contained in:
parent
6e086e3d03
commit
51bcd5083c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue