From cd18cb6c50ef26468ee75ca5fb8e528b35525fc9 Mon Sep 17 00:00:00 2001 From: Weiqi Gao Date: Thu, 19 Dec 2024 09:40:01 +0800 Subject: [PATCH] Update update-um-react-manual.yml to set whether to release --- .github/workflows/update-um-react-manual.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-um-react-manual.yml b/.github/workflows/update-um-react-manual.yml index 21f2405..a2fe02c 100644 --- a/.github/workflows/update-um-react-manual.yml +++ b/.github/workflows/update-um-react-manual.yml @@ -7,6 +7,11 @@ on: description: 'Commit to fetch' type: string required: true + release: + description: 'Create a release for this update' + type: boolean + required: false + default: false permissions: contents: write @@ -40,3 +45,4 @@ jobs: needs: update-um-react with: commit: ${{ needs.update-um-react.outputs.commit }} + release: ${{ inputs.release }}