Skip to content

Commit

Permalink
Add bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Feb 23, 2024
1 parent 7724d7d commit b9ace2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

permissions:
contents: read
pages: write
id-token: write

jobs:
Expand Down Expand Up @@ -108,8 +107,8 @@ jobs:
cp "temp/${platforms[$i]}/${files[$i]}" "languages/ruby/bitwarden_sdk_secrets/lib/${platforms[$i]}/${files[$i]}"
done
- name: Build gem
run: gem build bitwarden-sdk-secrets.gemspec
- name: bundle install
run: bundle install
working-directory: languages/ruby/bitwarden_sdk_secrets

- name: Set remote URL
Expand Down

0 comments on commit b9ace2f

Please sign in to comment.