From df29bbe21f0f5c16d4a6daea5d724d2d088ecb02 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 15 May 2015 18:24:02 -0300 Subject: [PATCH] pdfupload: push only the tag that was just created --- tasks/doc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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