mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 16:40:05 +00:00
[CI] Fix release workflow PR message (#755)
Fixes missing word in PR body.
This commit is contained in:
4
.github/workflows/release-version.yml
vendored
4
.github/workflows/release-version.yml
vendored
@@ -43,8 +43,8 @@ jobs:
|
||||
- name: Format PR string
|
||||
id: capitalised
|
||||
run: |
|
||||
CAPITALISED_TYPE=${${{ github.event.inputs.version_type }}@u}
|
||||
echo "capitalised=$CAPITALISED_TYPE" >> $GITHUB_OUTPUT
|
||||
CAPITALISED_TYPE=${{ github.event.inputs.version_type }}
|
||||
echo "capitalised=${CAPITALISED_TYPE@u}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
|
||||
|
||||
Reference in New Issue
Block a user