Skip to content

Commit

Permalink
Update update_release_branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayman-mk authored Nov 17, 2023
1 parent f684d40 commit 815e229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 815e229

Please sign in to comment.