new: add profile headers from comments in response! good for hosting in github and show information
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -262,10 +262,9 @@ jobs:
|
||||
files: ./out/*
|
||||
|
||||
- name: Create service_account.json
|
||||
if: matrix.platform == 'android-aab' && github.ref_type=='tag'
|
||||
run: echo '${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}' > service_account.json
|
||||
|
||||
- name: Deploy to Internal Testers
|
||||
- name: Deploy to Google Play Internal Testers
|
||||
uses: r0adkll/upload-google-play@v1
|
||||
with:
|
||||
serviceAccountJson: service_account.json
|
||||
|
||||
Reference in New Issue
Block a user