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

Commit 901e809

Browse files
authored
Merge pull request #7 from koshilife/develop
Add settings for ignore gem push error on GitHub Actions
2 parents b4fadf8 + 124249e commit 901e809

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)