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.
1 parent 8305ef6 commit b5268f2Copy full SHA for b5268f2
.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