fix: incorrect commit message (#1443)

This commit is contained in:
Yongjie Zhao 2021-10-27 16:23:13 +01:00
parent 9e0e560355
commit 2029b37f2e
1 changed files with 1 additions and 1 deletions

View File

@ -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