mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
fix(release): add status
parameter explicitly
This commit is contained in:
parent
7be1157f22
commit
9e37246810
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -31,12 +31,13 @@ jobs:
|
||||||
- name: Publish bundle to Google Play
|
- name: Publish bundle to Google Play
|
||||||
uses: r0adkll/upload-google-play@v1.0.19
|
uses: r0adkll/upload-google-play@v1.0.19
|
||||||
with:
|
with:
|
||||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
mappingFile: android/bundle/mapping.txt
|
||||||
packageName: dev.msfjarvis.claw.android
|
packageName: dev.msfjarvis.claw.android
|
||||||
releaseFiles: android/bundle/*.aab
|
releaseFiles: android/bundle/*.aab
|
||||||
|
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||||
|
status: completed
|
||||||
track: production
|
track: production
|
||||||
whatsNewDirectory: distribution/whatsnew
|
whatsNewDirectory: distribution/whatsnew
|
||||||
mappingFile: android/bundle/mapping.txt
|
|
||||||
|
|
||||||
- name: Clean secrets
|
- name: Clean secrets
|
||||||
run: scripts/signing-cleanup.sh
|
run: scripts/signing-cleanup.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue