Skip to content

Commit e99153a

Browse files
authored
Merge pull request #212 from akaMrNagar/akaMrNagar-patch-1
Update build_and_deploy.yml
2 parents a964348 + badb6ec commit e99153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
releaseFiles: build/app/outputs/bundle/release/app-release.aab
6464
track: internal
6565
status: draft
66+
changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
6667
# mappingFile: build/app/outputs/mapping/release/mapping.txt
6768
# debugSymbols: build\app\intermediates\merged_native_libs\release\mergeReleaseNativeLibs\out\lib
68-
# changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
6969

7070
- name: Cleanup
7171
run: |

0 commit comments

Comments
 (0)