We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7f253 commit 4d412d6Copy full SHA for 4d412d6
1 file changed
.github/workflows/publish.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Publish to GitHub
26
env:
27
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
28
+ RUBYGEMS_HOST: https://rubygems.pkg.github.com/${{github.repository_owner}}
29
run: bin/release
30
rubygems:
31
name: RubyGems
0 commit comments