Skip to content

Commit

Permalink
Update update-um-react-manual.yml to set whether to release
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlGao4 authored Dec 19, 2024
1 parent fe117d2 commit cd18cb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-um-react-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,3 +45,4 @@ jobs:
needs: update-um-react
with:
commit: ${{ needs.update-um-react.outputs.commit }}
release: ${{ inputs.release }}

0 comments on commit cd18cb6

Please sign in to comment.