From 97fa18a12b5015be988e9ecb4d7f709909c4e1ed Mon Sep 17 00:00:00 2001 From: Peter Njeim Date: Tue, 13 Sep 2022 01:49:03 -0300 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c4a1146..7b55a21 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,12 +54,12 @@ on: type: string remove_amazon: description: "Remove Amazon AppStore" - required: false + required: true default: true type: boolean tag: description: "Release tag name" - required: false + required: true default: "WSA" type: string prerelease: