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 }}