Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/android-play-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
releaseFiles: build/app/outputs/bundle/release/app-release.aab
tracks: alpha
status: draft
changesNotSentForReview: true
whatsNewDirectory: distribution/whatsnew

- name: Upload closed testing draft
Expand All @@ -169,3 +170,4 @@ jobs:
releaseFiles: build/app/outputs/bundle/release/app-release.aab
tracks: alpha
status: draft
changesNotSentForReview: true
2 changes: 2 additions & 0 deletions .github/workflows/android-play-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
releaseFiles: build/app/outputs/bundle/release/app-release.aab
tracks: internal
status: draft
changesNotSentForReview: true
whatsNewDirectory: distribution/whatsnew

- name: Upload internal testing draft
Expand All @@ -165,3 +166,4 @@ jobs:
releaseFiles: build/app/outputs/bundle/release/app-release.aab
tracks: internal
status: draft
changesNotSentForReview: true
Loading