diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 10b034f73..6fb3b91c1 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -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