Skip to content

Commit

Permalink
Update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Dec 16, 2024
1 parent a60fcf3 commit 16b2a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1


- name: Publish to GPR
run: |
mkdir -p $HOME/.gem
Expand All @@ -38,6 +37,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 16b2a5f

Please sign in to comment.