diff --git a/rakelib/github.rake b/rakelib/github.rake index db0160f4..34211e47 100644 --- a/rakelib/github.rake +++ b/rakelib/github.rake @@ -32,7 +32,7 @@ namespace :github do task :tag do tag = current_pod_version sh("git", "tag", tag) - sh("git", "push", origin, tag) + sh("git", "push", "origin", tag) end # rake github:create_release