Skip to content

Commit

Permalink
fix the gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Dec 12, 2023
1 parent aaa0f55 commit c9a54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/script/sw_build_and_push_gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem_version=$(grep -E "VERSION\s*=\s*'[^']+'" "$found_file" | awk -F "'" '{print

# build and push gem
gem build "opentelemetry-$GEM_NAME.gemspec"
gem push --key github --host https://rubygems.pkg.github.com/solarwinds "opentelemetry-instrumentation-$GEM_NAME-$gem_version.gem"
gem push --key github --host https://rubygems.pkg.github.com/solarwinds "opentelemetry-$GEM_NAME-$gem_version.gem"

# finished
echo "Finished"

0 comments on commit c9a54aa

Please sign in to comment.