From 5fcd8327e5dcccf7636e1dfe86d099bd7f43200e Mon Sep 17 00:00:00 2001 From: Christian Rowlands Date: Mon, 6 May 2024 09:03:42 -0400 Subject: [PATCH] Removing the changesNotSentForReview field from the release workflow --- .github/workflows/ninja-chat-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ninja-chat-release.yaml b/.github/workflows/ninja-chat-release.yaml index 460aa739a..1896df5da 100644 --- a/.github/workflows/ninja-chat-release.yaml +++ b/.github/workflows/ninja-chat-release.yaml @@ -173,4 +173,3 @@ jobs: releaseFiles: build/outputs/bundle/conversationsFreeRelease/${{ env.base_name }}-conversations-free-release.aab track: internal status: completed - changesNotSentForReview: true