Skip to content

Commit

Permalink
FIX: remove duplicate to to from commit message (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Sep 5, 2024
1 parent cc96256 commit 6355f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _replace_in_readme(current_tag: str, new_tag: str) -> None:

def stage_commit_and_tag(tag: str) -> None:
git("add", "pyproject.toml", "README.md")
git("commit", "-m", f"MAINT: upgrade to to taplo {tag}")
git("commit", "-m", f"MAINT: upgrade to taplo {tag}")
git("tag", tag)


Expand Down

0 comments on commit 6355f0e

Please sign in to comment.