Skip to content

Commit

Permalink
Update gempush.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coogie authored Apr 5, 2020
1 parent 5476ded commit d89c23b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
chmod 0600 $HOME/.gem/credentials
printf -- "---\n:github: Bearer ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
gem build *.gemspec
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
gem push --KEY github --host https://rubygems.pkg.github.com/${GITHUB_ACTOR} *.gem
env:
GEM_HOST_API_KEY: ${{secrets.GPR_AUTH_TOKEN}}
OWNER: username

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit d89c23b

Please # to comment.