From afd740bfb7a15bf50b96b9b103af9cd27e92d561 Mon Sep 17 00:00:00 2001 From: Valentin REVERSAT Date: Sat, 3 Feb 2024 01:59:56 +0100 Subject: [PATCH] fix(ci): add missing Ruby stage for workflow_dispatch --- .github/workflows/fastlane-promote.action.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/fastlane-promote.action.yaml b/.github/workflows/fastlane-promote.action.yaml index 3294bcd3..0a59bb90 100644 --- a/.github/workflows/fastlane-promote.action.yaml +++ b/.github/workflows/fastlane-promote.action.yaml @@ -31,6 +31,13 @@ jobs: PASSPHRASE: ${{ secrets.PASSPHRASE }} - name: 'Check secret configuration' run: ./.github/scripts/check_secrets_decryption.sh + - name: 'Setup Ruby' + uses: ruby/setup-ruby@v1.162.0 + with: + ruby-version: '3.0' + bundler-cache: true + env: + BUNDLE_GEMFILE: 'android/Gemfile' - name: 'Fastlane promote ${{ inputs.origin_track }} to ${{ inputs.destination_track }}' uses: maierj/fastlane-action@v3.0.0 with: