Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEVOPS-1785] Fix publish Ruby workflow (#628)
## Type of change <!-- (mark with an `X`) --> ``` - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective Fix error from ruby release pipeline: ``` Could not find gem 'rspec (~> 3.0)' in locally installed gems. ``` <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **.github/workflows/publish-ruby.yml:** Replace `gem build` with `bundle install` ## Before you submit - Please add **unit tests** where it makes sense to do so
- Loading branch information