Skip to content

Commit 142d495

Browse files
package owner
1 parent 5bfe2aa commit 142d495

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.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)