mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-12-30 02:02:58 +00:00
Update update-um-react-manual.yml to set whether to release
This commit is contained in:
parent
fe117d22d0
commit
cd18cb6c50
6
.github/workflows/update-um-react-manual.yml
vendored
6
.github/workflows/update-um-react-manual.yml
vendored
@ -7,6 +7,11 @@ on:
|
|||||||
description: 'Commit to fetch'
|
description: 'Commit to fetch'
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
release:
|
||||||
|
description: 'Create a release for this update'
|
||||||
|
type: boolean
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@ -40,3 +45,4 @@ jobs:
|
|||||||
needs: update-um-react
|
needs: update-um-react
|
||||||
with:
|
with:
|
||||||
commit: ${{ needs.update-um-react.outputs.commit }}
|
commit: ${{ needs.update-um-react.outputs.commit }}
|
||||||
|
release: ${{ inputs.release }}
|
||||||
|
Loading…
Reference in New Issue
Block a user