-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update README.md/gemspec; migrate to GitHub actions #456
Conversation
72f63ac
to
bc828f0
Compare
Codecov Report
@@ Coverage Diff @@
## master #456 +/- ##
=========================================
Coverage ? 89.75%
=========================================
Files ? 74
Lines ? 1581
Branches ? 0
=========================================
Hits ? 1419
Misses ? 162
Partials ? 0 Continue to review full report at Codecov.
|
env: | ||
BUNDLE_WITHOUT: release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is useless. There is no bundler involved so it can be dropped.
echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials | ||
chmod 0600 ~/.gem/credentials | ||
- name: Publish gem to GitHub packages | ||
run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't hardcode voxpupuli. See https://github.com/voxpupuli/.github/blob/master/workflow-templates/gem-release.yml for an example.
No description provided.