1 Ruby package owner (#239) · Dentity-Development/okapi@ae7830d · GitHub
Skip to content

Commit ae7830d

Browse files
Ruby package owner (#239)
1 parent c40acc1 commit ae7830d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ jobs:
4040
gem install bundler
4141
bundle install
4242
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }} --package-version=${{ github.event.inputs.packageVersion }}
43-
gem build *.gemspec
4443
4544
mkdir -p $HOME/.gem
4645
touch $HOME/.gem/credentials
4746
chmod 0600 $HOME/.gem/credentials
4847
printf -- "---\n:github: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
4948
gem build *.gemspec
50-
gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
49+
gem push --KEY github --host https://rubygems.pkg.github.com/trinsic-id *.gem
5150
shell: pwsh
5251
working-directory: ruby
5352
env:

0 commit comments

Comments
 (0)