diff --git a/tasks/doc.rake b/tasks/doc.rake index 79cf21e..cca79eb 100644 --- a/tasks/doc.rake +++ b/tasks/doc.rake @@ -23,7 +23,7 @@ task :pdfupload => :pdf do commit = `git commit-tree -m #{tag} #{tree}`.strip sh 'git', 'tag', tag, commit - sh 'git', 'push' + sh 'git', 'push', 'origin', tag end desc 'Removes generated files' -- libgit2 0.21.2