Skip to content
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

Merged
merged 3 commits into from
Sep 2, 2021
Merged

Conversation

bastelfreak
Copy link
Member

No description provided.

@bastelfreak bastelfreak self-assigned this Sep 2, 2021
@bastelfreak bastelfreak force-pushed the migrate branch 2 times, most recently from 72f63ac to bc828f0 Compare September 2, 2021 12:57
@codecov
Copy link

codecov bot commented Sep 2, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@11be9d6). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11be9d6...cdab313. Read the comment docs.

@bastelfreak bastelfreak merged commit 450489b into master Sep 2, 2021
@bastelfreak bastelfreak deleted the migrate branch September 2, 2021 13:12
Comment on lines +18 to +19
env:
BUNDLE_WITHOUT: release
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants