Skip to content

Commit

Permalink
Properly create dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Leszek Zalewski committed Jun 22, 2022
1 parent ffce052 commit 5402f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Create credentials
run: |
mkdir ~/.gem
mkdir -p ~/.gem
cat << EOF > ~/.gem/credentials
---
:rubygems_api_key: ${{ secrets.RUBYGEMS_TOKEN }}
Expand Down

0 comments on commit 5402f7e

Please sign in to comment.