Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com>
  • Loading branch information
MarkProminic committed Jul 13, 2022
1 parent 68806dc commit b2eba33
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 @@ -28,6 +28,7 @@ jobs:
touch $HOME/.gem/credentials
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
cat $HOME/.gem/credentials
gem build *.gemspec
gem push *.gem
env:
Expand Down

0 comments on commit b2eba33

Please sign in to comment.