Skip to content

Commit

Permalink
Set changesNotSentForReview to false for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Feb 15, 2024
1 parent 1ee4bd1 commit 86800b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ jobs:
status: draft
whatsNewDirectory: .github/changelog
mappingFile: ${{steps.download-googleplay.outputs.download-path}}/mapping-googleplay.txt
changesNotSentForReview: true
upload_to_playstore_wearos:
name: Upload WearOS to Play Store
runs-on: ubuntu-latest
Expand All @@ -291,5 +290,4 @@ jobs:
track: wear:beta
status: draft
whatsNewDirectory: .github/changelog
mappingFile: ${{steps.download-wearos.outputs.download-path}}/mapping-wearos.txt
changesNotSentForReview: true
mappingFile: ${{steps.download-wearos.outputs.download-path}}/mapping-wearos.txt

0 comments on commit 86800b2

Please sign in to comment.