From 815e22988ff7d578e68c5f90cd4daa5b223c33ff Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Fri, 17 Nov 2023 23:31:31 +0100 Subject: [PATCH] Update update_release_branch.yml --- .github/workflows/update_release_branch.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_release_branch.yml b/.github/workflows/update_release_branch.yml index e6e6e1f037..d3e20d8cd9 100644 --- a/.github/workflows/update_release_branch.yml +++ b/.github/workflows/update_release_branch.yml @@ -22,8 +22,9 @@ jobs: PATCH: "3" run: | echo "$MAJOR $MINOR $PATCH" + echo The Title of your PR is ${{ github.event.pull_request.title }} file=$(find . -name "version.py") - sed -i "s/^VERSION .*$/VERSION = \"MAJOR.MINOR.PATCH\"/" $file + sed -i "s/^VERSION .*$/VERSION = \"$MAJOR.$MINOR.$PATCH\"/" $file - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: set release version