Skip to content

Commit 318f03d

Browse files
authored
fix: rename RUBYGEMS_API_KEY to GEM_HOST_API_KEY
1 parent 22fea6d commit 318f03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
9696
- name: Publish to RubyGems
9797
run: |
98-
gem push pkg/*.gem
98+
gem push pkg/*.gem --host https://rubygems.org/
9999
env:
100-
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
100+
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}

0 commit comments

Comments
 (0)