mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix: incorrect commit message (#1443)
This commit is contained in:
@@ -29,7 +29,7 @@ if [[ $? -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Auto-tag and auto-commit like usual
|
# Auto-tag and auto-commit like usual
|
||||||
git commit --all -m ${message}
|
git commit --all -m "${message}"
|
||||||
git tag -a ${tag} -m ${tag}
|
git tag -a ${tag} -m ${tag}
|
||||||
git push origin ${tag}
|
git push origin ${tag}
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user