Skip to content

Commit 837f419

Browse files
authored
Merge pull request #80 from bastelfreak/rel
Release workflow: Publish gem to correct github namespace
2 parents efc0d97 + b5268f2 commit 837f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
2929
chmod 0600 ~/.gem/credentials
3030
- name: Publish gem to GitHub packages
31-
run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
31+
run: gem push --key github --host https://rubygems.pkg.github.com/openvoxproject *.gem

0 commit comments

Comments
 (0)