We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5399e1 commit 2238603Copy full SHA for 2238603
Rakefile
@@ -287,7 +287,7 @@ namespace :release do
287
Dir.chdir(__dir__) do
288
sh "git tag v#{Concurrent::VERSION}"
289
sh "git tag edge-v#{Concurrent::EDGE_VERSION}"
290
- sh "git push github v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
+ sh "git push origin v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
291
end
292
293
0 commit comments