mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Merge pull request #66 from briancain/highb-remove-gpr-push
Update gempush action to remove GPR publish
This commit is contained in:
commit
c0b047eab8
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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue