bin/release in itax_code-0.2.0 vs bin/release in itax_code-0.3.0
- old
+ new
@@ -5,11 +5,11 @@
touch ~/.gem/credentials
chmod 0600 ~/.gem/credentials
cat << EOF > ~/.gem/credentials
---
-:github: Bearer ${GITHUB_TOKEN}
:rubygems_api_key: ${RUBYGEMS_API_KEY}
EOF
-# Build and Release
-bundle exec rake release
+# Build and Push
+gem build *.gemspec
+gem push *.gem