Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kosukesaigusa committed Sep 26, 2023
1 parent 888a3bf commit 7d865d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release_to_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ jobs:
--groups internal-testers \
--release-notes "${LATEST_COMMIT_MESSAGES}"
- name: Create service account key
run: echo "${{ secrets.GPC_API_KEY_BASE64 }}" | base64 --decode > packages/mottai_flutter_app/android/service_account_key.json

- name: Upload to GPC
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJson: service_account_key.json.json
packageName: com.kosukesaigusa.mottai_flutter_app.dev2
releaseFiles: packages/mottai_flutter_app/build/app/outputs/bundle/release/app-release.aab
track: internal

release-ios-to-dev-testflight:
runs-on: macOS-latest

Expand Down

0 comments on commit 7d865d7

Please sign in to comment.