Skip to content

Commit

Permalink
Allow Github publish to fail (#23)
Browse files Browse the repository at this point in the history
Public Github gems can't be yanked the way Rubygems ones can, so we need to make this step fault-tolerant
  • Loading branch information
mlarraz authored Jan 7, 2021
1 parent b73a345 commit 2cf09b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
OWNER: ${{ github.repository_owner }}
continue-on-error: true
- name: Publish to RubyGems
run: |
gem push --verbose *.gem
Expand Down

0 comments on commit 2cf09b2

Please sign in to comment.