Skip to content

Commit 273138a

Browse files
committed
🐛 fix: fix missing add for README.md
1 parent 2a7557a commit 273138a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161
f.write(readme)
6262

6363
# Commit and tag
64-
subprocess.run(["git", "add", "pyproject.toml"])
64+
subprocess.run(["git", "add", "pyproject.toml", "README.md"])
6565
subprocess.run(
6666
["git", "commit", "-m", f":arrow_up: bump typos version to {version}"]
6767
)

0 commit comments

Comments
 (0)