Skip to content

Commit

Permalink
Fix typo in rake build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Feb 13, 2024
1 parent e261957 commit efb11f8
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 @@ -44,6 +44,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 cloudid-ruby.gemspec
run: bundle exec rake build omniauth-jwt.gemspec
- name: Publish
run: gem push $GEMS_PATH

0 comments on commit efb11f8

Please sign in to comment.