Skip to content

Commit 2376c41

Browse files
authored
Update release.yml
1 parent bfca5ab commit 2376c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
chmod 0600 $HOME/.gem/credentials
2727
printf -- "---\n:github: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
2828
gem build petrovich.gemspec
29-
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} petrovich.gem
29+
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} petrovich-*.gem
3030
env:
3131
GEM_HOST_API_KEY: "Bearer ${{secrets.GITHUB_TOKEN}}"
3232
OWNER: ${{ github.repository_owner }}
@@ -37,6 +37,6 @@ jobs:
3737
chmod 0600 $HOME/.gem/credentials
3838
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
3939
gem build petrovich.gemspec
40-
gem push petrovich.gem
40+
gem push petrovich-*.gem
4141
env:
4242
GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"

0 commit comments

Comments
 (0)