Skip to content

Commit

Permalink
Merge pull request #61 from aristotelesbr/aristotelesbr-patch-1
Browse files Browse the repository at this point in the history
Update publish.yaml
  • Loading branch information
aristotelesbr authored Sep 29, 2024
2 parents 908e21b + 345aaa5 commit d10da3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
mkdir -p ~/.gem
echo -e "---\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
chmod 0600 ~/.gem/credentials
echo "=" * 20
cat ~/.gem/credentials
echo "=" * 20
- name: Push gem to RubyGems
env:
RUBYGEMS_HOST: "https://rubygems.org"
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
cat ~/.gem/credentials
ls *.gem
gem push $(ls *.gem)

0 comments on commit d10da3f

Please sign in to comment.