mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: incorrect commit message (#1443)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user