Skip to content

Commit 4d412d6

Browse files
committed
workflow/publish: fix publish to github
1 parent da7f253 commit 4d412d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Publish to GitHub
2626
env:
2727
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
28+
RUBYGEMS_HOST: https://rubygems.pkg.github.com/${{github.repository_owner}}
2829
run: bin/release
2930
rubygems:
3031
name: RubyGems

0 commit comments

Comments
 (0)