We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efc0d97 + b5268f2 commit 837f419Copy full SHA for 837f419
.github/workflows/release.yaml
@@ -28,4 +28,4 @@ jobs:
28
echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
29
chmod 0600 ~/.gem/credentials
30
- name: Publish gem to GitHub packages
31
- run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
+ run: gem push --key github --host https://rubygems.pkg.github.com/openvoxproject *.gem
0 commit comments