Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Mar 30, 2024
1 parent b687ce6 commit 457f0a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,18 @@ jobs:
- name: Download bundle dependencies
with:
path: android/
run: |
gem install bundler:2.3.20
bundle config path vendor/bundle
bundle install
run: |
gem install bundler:2.3.20
bundle config path vendor/bundle
bundle install
- name: Release to Google Play
env:
SUPPLY_PACKAGE_NAME: '${{ secrets.ANDROID_PACKAGE_NAME }}'
SUPPLY_JSON_KEY_DATA: '${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}'
with:
path: android/
run: bundle exec fastlane android deploy
run: bundle exec fastlane android deploy

release-macos:
runs-on: macos-latest
Expand Down

0 comments on commit 457f0a9

Please sign in to comment.