Skip to content

Commit

Permalink
fix: Fixed the problem that the first time when deploying Google Play…
Browse files Browse the repository at this point in the history
…, it seems to have to be a DRAFT.
  • Loading branch information
mathrunet committed Jul 28, 2023
1 parent a92ec8e commit 143edec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/katana_cli/lib/action/git/platform/android.dart
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ jobs:
uses: r0adkll/upload-google-play@v1
with:
track: internal
status: completed
# Change to completed after the app is released.
# アプリをリリースした後は completed に変更してください。
status: draft
serviceAccountJson: ${workingPath.isEmpty ? "." : workingPath}/android/service_account_key.json
packageName: #### REPLACE_ANDROID_PACKAGE_NAME ####
releaseFiles: ${workingPath.isEmpty ? "." : workingPath}/build/app/outputs/bundle/release/*.aab
Expand Down

0 comments on commit 143edec

Please sign in to comment.