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: