Skip to content

Commit 870fce0

Browse files
author
David Heinemeier Hansson
committed
Specify host for release
1 parent 5b4910d commit 870fce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ git push
1010
git tag v$VERSION
1111
git push --tags
1212
gem build kredis.gemspec
13-
gem push "kredis-$VERSION.gem"
13+
gem push "kredis-$VERSION.gem" --host https://rubygems.org
1414
rm "kredis-$VERSION.gem"

0 commit comments

Comments
 (0)