Update update-um-react-manual.yml to set whether to release

This commit is contained in:
Weiqi Gao 2024-12-19 09:40:01 +08:00 committed by GitHub
parent fe117d22d0
commit cd18cb6c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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