Use ${{ github.repository_owner }} as OWNER

This commit is contained in:
Jamie Cansdale
2020-07-10 11:12:02 +01:00
committed by GitHub
parent 15e1039f3f
commit 9e8735b0e6
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
env:
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
OWNER: username
OWNER: ${{ github.repository_owner }}
- name: Publish to RubyGems
run: |