fix: wrong git command

This commit is contained in:
NateScarlet
2021-11-22 17:40:58 +08:00
parent 3fc4df0829
commit 8e9c4c7dc4

View File

@@ -136,7 +136,8 @@ def main():
"commit",
"-m",
"chore(release): update holiday data",
"-m" "[skip ci]",
"-m",
"[skip ci]",
],
check=True,
)