Skip to content

Commit

Permalink
fix(ci): add missing stages for workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Feb 3, 2024
1 parent e49708e commit 4686a8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fastlane-promote.action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
name: 'Play Store'
runs-on: ubuntu-latest
steps:
- name: 'Checkout source code'
uses: actions/checkout@v4
- name: 'Decrypt secret configuration'
run: ./.github/scripts/decrypt_secret.sh
env:
PASSPHRASE: ${{ secrets.PASSPHRASE }}
- name: 'Check secret configuration'
run: ./.github/scripts/check_secrets_decryption.sh
- name: 'Fastlane promote ${{ inputs.origin_track }} to ${{ inputs.destination_track }}'
uses: maierj/[email protected]
with:
Expand Down

0 comments on commit 4686a8a

Please sign in to comment.