Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-descope committed Feb 6, 2024
1 parent 71f068b commit fbd0b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run Integration Test
run: bundle exec rspec spec/integration

- name: Build Ruby Gem
- run: gem build descope.gemspec && gem install ./descope-*.gem
- name: Build Gem
run: gem build descope.gemspec && gem install descope-*.gem

- name: Publish to rubygems.org
run: gem push descope-*.gem
Expand Down

0 comments on commit fbd0b3f

Please sign in to comment.