We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a964348 + badb6ec commit e99153aCopy full SHA for e99153a
.github/workflows/build_and_deploy.yml
@@ -63,9 +63,9 @@ jobs:
63
releaseFiles: build/app/outputs/bundle/release/app-release.aab
64
track: internal
65
status: draft
66
+ changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
67
# mappingFile: build/app/outputs/mapping/release/mapping.txt
68
# debugSymbols: build\app\intermediates\merged_native_libs\release\mergeReleaseNativeLibs\out\lib
- # changesNotSentForReview: ${{ secrets.DONT_SEND_CHANGES_FOR_REVIEW }} # true or false
69
70
- name: Cleanup
71
run: |
0 commit comments