Skip to content

Commit

Permalink
Merge pull request #156 from cuappdev/justin/playstore-publish
Browse files Browse the repository at this point in the history
Add `google-services.json` creation
  • Loading branch information
thisjustin123 authored Oct 3, 2024
2 parents d817adf + 85f7cf4 commit 91a6ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties
- name: Create google-services.json
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json

- name: Build with Gradle
id: build
run: ./gradlew build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties
- name: Create google-services.json
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > app/google-services.json

- name: Build with Gradle
id: build
run: ./gradlew build
Expand Down

0 comments on commit 91a6ad8

Please sign in to comment.