Skip to content

Commit de2c073

Browse files
author
David Heinemeier Hansson
committed
Include host and cleanup
1 parent c235c66 commit de2c073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/release

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ git push
1010
git tag v$VERSION
1111
git push --tags
1212
gem build tailwindcss-rails.gemspec
13-
gem push "tailwindcss-rails-$VERSION.gem"
13+
gem push "tailwindcss-rails-$VERSION.gem" --host https://rubygems.org
14+
rm "tailwindcss-rails-$VERSION.gem"

0 commit comments

Comments
 (0)