Skip to content

Commit

Permalink
- Replace bundle exec rake build with gem build
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoko01 committed Jun 27, 2024
1 parent db9a7d2 commit 8fcdc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
curl -u $JFROG_USER:$JFROG_PASS $RUBYGEMS_HOST/api/v1/api_key.yaml > $HOME/.gem/credentials
chmod 600 $HOME/.gem/credentials
- name: Build gem
run: bundle exec rake build zuora.gemspec
run: gem build zuora.gemspec
- name: Publish
run: gem push $GEMS_PATH

0 comments on commit 8fcdc39

Please sign in to comment.