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 ac26dcf commit 3975666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "$MAJOR $MINOR $PATCH"
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 3975666

Please sign in to comment.