[CI] Fix release workflow PR message (#755)

Fixes missing word in PR body.
This commit is contained in:
filtered
2025-03-12 03:48:21 +11:00
committed by GitHub
parent 27873d0351
commit fbcf5315f4

View File

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