Skip to content

Commit

Permalink
Fix to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Mar 24, 2021
1 parent 99c3da1 commit 05dd98f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake build
- run: |
touch ~/.gem/credentials
chmod 0600 ~/.gem/credentials
cat << EOF > ~/.gem/credentials
---
:rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
Expand Down

0 comments on commit 05dd98f

Please sign in to comment.