From b9ace2f6984831df6608a94ddea0c9e5fe09a500 Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Fri, 23 Feb 2024 11:52:39 +0100 Subject: [PATCH] Add bundle install --- .github/workflows/publish-ruby.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-ruby.yml b/.github/workflows/publish-ruby.yml index 498e62812..931981667 100644 --- a/.github/workflows/publish-ruby.yml +++ b/.github/workflows/publish-ruby.yml @@ -15,7 +15,6 @@ on: permissions: contents: read - pages: write id-token: write jobs: @@ -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