We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e96cbee + 54cf049 commit a3de791Copy full SHA for a3de791
.github/workflows/release.yml
@@ -49,14 +49,13 @@ jobs:
49
if: github.event_name != 'workflow_dispatch'
50
env:
51
PGH_TOKEN: ${{ secrets.PGH_TOKEN }}
52
- PGH_OWNER: ${{ secrets.OWNER }}
53
run: |
54
mkdir -p ~/.gem
55
touch ~/.gem/credentials
56
chmod 600 ~/.gem/credentials
57
echo 'echo ":github: Bearer $PGH_TOKEN" > ~/.gem/credentials' > add_pgh_credentials_
58
. ./add_pgh_credentials_
59
- gem push --key github --host https://rubygems.pkg.github.com/$PGH_OWNER pkg/wxruby3-1.6.1.gem
+ gem push --key github --host https://rubygems.pkg.github.com/mcorino pkg/*.gem
60
61
- name: Create GPG signature for wxRuby3 gem
62
0 commit comments