1
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40acc1 commit ae7830dCopy full SHA for ae7830d
1 file changed
.github/workflows/release-ruby.yml
@@ -40,14 +40,13 @@ jobs:
40
gem install bundler
41
bundle install
42
python ../devops/build_sdks.py --github-token=${{ secrets.API_GITHUB_TOKEN }} --package-version=${{ github.event.inputs.packageVersion }}
43
- gem build *.gemspec
44
45
mkdir -p $HOME/.gem
46
touch $HOME/.gem/credentials
47
chmod 0600 $HOME/.gem/credentials
48
printf -- "---\n:github: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
49
gem build *.gemspec
50
- gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} *.gem
+ gem push --KEY github --host https://rubygems.pkg.github.com/trinsic-id *.gem
51
shell: pwsh
52
working-directory: ruby
53
env:
0 commit comments