Update gempush action to remove GPR publish

We don't need to publish to GPR right now.
This commit is contained in:
Brandon High 2020-02-05 15:50:53 -08:00 committed by GitHub
parent 8588cd8fa1
commit 6697077adf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,18 +17,6 @@ jobs:
with: with:
version: 2.6.x version: 2.6.x
- name: Publish to GPR
run: |
mkdir -p $HOME/.gem
touch $HOME/.gem/credentials
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
env:
GEM_HOST_API_KEY: ${{secrets.GPR_AUTH_TOKEN}}
OWNER: username
- name: Publish to RubyGems - name: Publish to RubyGems
run: | run: |
mkdir -p $HOME/.gem mkdir -p $HOME/.gem