Skip to content

Commit

Permalink
fix(ci): add missing Ruby stage for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Feb 3, 2024
1 parent 4686a8a commit afd740b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/fastlane-promote.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
- name: 'Check secret configuration'
run: ./.github/scripts/check_secrets_decryption.sh
- name: 'Setup Ruby'
uses: ruby/[email protected]
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/[email protected]
with:
Expand Down

0 comments on commit afd740b

Please sign in to comment.