We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2f1d1 commit f0d5e28Copy full SHA for f0d5e28
.github/workflows/release.yml
@@ -204,13 +204,13 @@ jobs:
204
mkdir -p ~/.gem
205
cat > ~/.gem/credentials << EOF
206
---
207
- :rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
+ :rubygems_api_key: ${{ secrets.GEM_HOST_API_KEY }}
208
EOF
209
chmod 0600 ~/.gem/credentials
210
211
- name: Publish gem to RubyGems
212
env:
213
- RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
+ GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
214
run: |
215
echo "🚀 Publishing gem to RubyGems..."
216
gem push ${{ needs.build.outputs.artifact_name }}
0 commit comments