Skip to content

Commit

Permalink
fix: incorrect commit message (apache#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 26, 2021
1 parent 9e0e560 commit 2029b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ $? -ne 0 ]]; then
fi

# Auto-tag and auto-commit like usual
git commit --all -m ${message}
git commit --all -m "${message}"
git tag -a ${tag} -m ${tag}
git push origin ${tag}
git push

0 comments on commit 2029b37

Please sign in to comment.