From 393e0c63185cbb5d7c81275d6c777a00912a0b93 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Wed, 12 Jun 2024 13:41:03 +0300 Subject: [PATCH] build(workflow): add missing Ruby installation steps --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f16d3c1..26387d6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,6 +46,13 @@ jobs: ref: v1 token: ${{ secrets.GH_TOKEN }} path: .github/.release/actions + - name: Setup Ruby 3.2.2 + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.2.2 + bundler-cache: true + - name: Setup CocoaPods + run: gem install cocoapods - name: Publish to CocoaPods Trunk uses: ./.github/.release/actions/actions/services/cocoapods with: