Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 124249e

Browse files
committed
Add settings for ignore gem push error on GitHub Actions
1 parent 643b183 commit 124249e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
3333
gem build *.gemspec
3434
gem push *.gem
35+
continue-on-error: true
3536
env:
3637
GEM_HOST_API_KEY: ${{secrets.RUBYGEMS_AUTH_TOKEN}}

0 commit comments

Comments
 (0)