Skip to content

Commit

Permalink
Add google-services.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame committed Jun 13, 2024
1 parent bd7ffcd commit bed5a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build and Dependency Submission
on:
push:
branches: [ "master" ]
#tags:
# - "build-*"
pull_request:
branches: [ "master" ]

Expand All @@ -26,7 +28,7 @@ jobs:
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: |
echo "$GOOGLE_SERVICES_JSON" app/google-services.json
echo "$GOOGLE_SERVICES_JSON" app/src/google-services.json
./gradlew bundleRelease
dependency-submission:
Expand Down

0 comments on commit bed5a4c

Please sign in to comment.