Skip to content

Commit 05dd98f

Browse files
committed
Fix to release action
1 parent 99c3da1 commit 05dd98f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- run: bundle install --jobs 4 --retry 3
1616
- run: bundle exec rake build
1717
- run: |
18+
touch ~/.gem/credentials
19+
chmod 0600 ~/.gem/credentials
1820
cat << EOF > ~/.gem/credentials
1921
---
2022
:rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)