We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c235c66 commit de2c073Copy full SHA for de2c073
bin/release
@@ -10,4 +10,5 @@ git push
10
git tag v$VERSION
11
git push --tags
12
gem build tailwindcss-rails.gemspec
13
-gem push "tailwindcss-rails-$VERSION.gem"
+gem push "tailwindcss-rails-$VERSION.gem" --host https://rubygems.org
14
+rm "tailwindcss-rails-$VERSION.gem"
0 commit comments