Skip to content

Commit

Permalink
fix credentials format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjeffers committed Jun 6, 2024
1 parent f16a0d9 commit 9314a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: set gem credentials
run: |
mkdir -p ~/.gem
echo "${{ env.API_KEY }}" > ~/.gem/credentials
echo ":rubygems_api_key: ${{ env.API_KEY }}" > ~/.gem/credentials
chmod 600 ~/.gem/credentials
- name: release to svn
Expand Down

0 comments on commit 9314a0e

Please sign in to comment.