Skip to content

Commit

Permalink
typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Aug 17, 2020
1 parent e93b334 commit 94197b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/github.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94197b3

Please sign in to comment.