Skip to content

Commit

Permalink
Update publishing_sift_ruby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalamakha-sift authored Aug 29, 2023
1 parent 7b72bf0 commit 7ca7e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishing_sift_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
if [[ $all_versions != *"$version"* ]]; then
echo "Gem version does not exist on RubyGems. Building and pushing!"
gem build sift.gemspec
gem push sift-$version.gem --key rubygems_api_key
gem push sift-$version.gem
rm -rf $HOME/.gem
ls -la $HOME/
else
echo "Gem version $version exists on RubyGems"
fi
Expand Down

0 comments on commit 7ca7e46

Please sign in to comment.