Skip to content

Commit a3de791

Browse files
authored
Merge pull request #410 from mcorino/develop
Develop
2 parents e96cbee + 54cf049 commit a3de791

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ jobs:
4949
if: github.event_name != 'workflow_dispatch'
5050
env:
5151
PGH_TOKEN: ${{ secrets.PGH_TOKEN }}
52-
PGH_OWNER: ${{ secrets.OWNER }}
5352
run: |
5453
mkdir -p ~/.gem
5554
touch ~/.gem/credentials
5655
chmod 600 ~/.gem/credentials
5756
echo 'echo ":github: Bearer $PGH_TOKEN" > ~/.gem/credentials' > add_pgh_credentials_
5857
. ./add_pgh_credentials_
59-
gem push --key github --host https://rubygems.pkg.github.com/$PGH_OWNER pkg/wxruby3-1.6.1.gem
58+
gem push --key github --host https://rubygems.pkg.github.com/mcorino pkg/*.gem
6059
6160
- name: Create GPG signature for wxRuby3 gem
6261
run: |

0 commit comments

Comments
 (0)