Skip to content

Commit

Permalink
💚 Update fastlane action
Browse files Browse the repository at this point in the history
  • Loading branch information
strifel committed Feb 6, 2021
1 parent 58bf44c commit ae9fedf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deployStores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
run: cp $GOOGLE_LOCATION android/googleaccount.json
env:
GOOGLE_LOCATION: ${{ steps.google-key.outputs.filePath }}
- uses: maierj/fastlane-action@v1.4.0
- uses: actions/setup-ruby@v1
with:
ruby-version: '2.7.2'
- uses: maierj/fastlane-action@v2.0.1
with:
lane: 'beta'
subdirectory: 'android'
Expand Down

0 comments on commit ae9fedf

Please sign in to comment.