Skip to content

Commit

Permalink
Fix remote name
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Oct 31, 2018
1 parent c5399e1 commit 2238603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ namespace :release do
Dir.chdir(__dir__) do
sh "git tag v#{Concurrent::VERSION}"
sh "git tag edge-v#{Concurrent::EDGE_VERSION}"
sh "git push github v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
sh "git push origin v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
end
end

Expand Down

0 comments on commit 2238603

Please sign in to comment.