Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak publish action to only build and push
Previously the action was running `bundle exec rake release`, which was doing too much. The GitHub publish_gem action automatically runs when a release tag is pushed. The only thing the action should do is build the gem and publish to RubyGems.
- Loading branch information