Skip to content

Commit d9354da

Browse files
authored
Merge pull request #90 from v2er-app/bugfix/google-play-upload-fix
fix: remove deprecated changesNotSentForReview parameter from Google Play upload
2 parents 58369ca + e8d0a89 commit d9354da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ jobs:
332332
status: ${{ steps.release-config.outputs.status }}
333333
debugSymbols: ${{ steps.find-files.outputs.symbols_path }}
334334
whatsNewDirectory: whatsnew/
335-
changesNotSentForReview: true
336335
continue-on-error: true
337336
id: upload-with-symbols
338337

@@ -346,7 +345,6 @@ jobs:
346345
track: ${{ steps.release-config.outputs.track }}
347346
status: ${{ steps.release-config.outputs.status }}
348347
whatsNewDirectory: whatsnew/
349-
changesNotSentForReview: true
350348

351349
- name: Play Store Upload Summary
352350
if: success()

0 commit comments

Comments
 (0)