Skip to content

Commit

Permalink
Merge pull request #17 from babbel/fix-release-workflow
Browse files Browse the repository at this point in the history
Properly create dir
  • Loading branch information
Leszek Zalewski authored Jun 22, 2022
2 parents ffce052 + 5402f7e commit 25ed729
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 25ed729

Please sign in to comment.