Runs a github action on push to:
- load the repo's CURRENT VERSION number
- generate a ruby client out of a DEPLOYED URL
- if the files generated using the same version number are different
- increment version
- regenerate client with new version number
- commit changes and tag the new version
- (coming soon) compile the gem
- (coming soon) publish that updated gem