typo in release script

This commit is contained in:
Olivier Halligon
2020-08-17 20:43:05 +02:00
parent e93b33423b
commit 94197b3adb

View File

@@ -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