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 f46cc08 commit 42ab20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing_sift_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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 ${{ secrets.RUBYGEMS_API_KEY }}
gem push sift-$version.gem --key ${{ secrets.GH_RGEMS_KEY }}
else
echo "Gem version $version exists on RubyGems"
fi
Expand Down

0 comments on commit 42ab20d

Please sign in to comment.