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: