mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update gempush action to remove GPR publish
We don't need to publish to GPR right now.
This commit is contained in:
parent
8588cd8fa1
commit
6697077adf
1 changed files with 0 additions and 12 deletions
12
.github/workflows/gempush.yml
vendored
12
.github/workflows/gempush.yml
vendored
|
|
@ -17,18 +17,6 @@ jobs:
|
|||
with:
|
||||
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
|
||||
run: |
|
||||
mkdir -p $HOME/.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue