Skip to content

Commit

Permalink
Merge pull request #62 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 d10da3f + 4e5c895 commit 6d42a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
RUBYGEMS_HOST: "https://rubygems.org"
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
run: |
cat ~/.gem/credentials
cat ~/.gem/credentials | head -c 50
ls *.gem
gem push $(ls *.gem)

0 comments on commit 6d42a24

Please sign in to comment.