Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 authored Jun 13, 2024
1 parent cc7b3b7 commit c8de6f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
channel: "stable"

- run: echo $GOOGLE_SERVICES_JSON | base64 -d > android/app/google-services.json
env:
Expand Down

0 comments on commit c8de6f7

Please sign in to comment.