From b07930ab662c87c92dd0259190585f56b7a7a889 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Tue, 24 Dec 2024 14:41:59 +0100 Subject: [PATCH] added release notes option --- .github/workflows/manual.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index a91aa5896..7ae7dce2c 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -5,10 +5,10 @@ on: environment: type: environment description: Select the environment - new_release_notes: - required: true - type: string - description: "The release notes for the new release (Unused atm)" + new_release_notes: + required: true + type: string + description: "The release notes for the new release (Unused atm)" jobs: deploy_playstore_internal: