Skip to content

Commit

Permalink
Remove mkdir .gem step from GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-able committed Feb 12, 2021
1 parent 437d51c commit f849f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
with:
bundler-cache: true
- run: |
mkdir ~/.gem
echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
chmod 0600 ~/.gem/credentials
env:
Expand Down

0 comments on commit f849f1f

Please sign in to comment.