Skip to content

Commit 2238603

Browse files
committed
Fix remote name
1 parent c5399e1 commit 2238603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ namespace :release do
287287
Dir.chdir(__dir__) do
288288
sh "git tag v#{Concurrent::VERSION}"
289289
sh "git tag edge-v#{Concurrent::EDGE_VERSION}"
290-
sh "git push github v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
290+
sh "git push origin v#{Concurrent::VERSION} edge-v#{Concurrent::EDGE_VERSION}"
291291
end
292292
end
293293

0 commit comments

Comments
 (0)