fix(typo): more dam typos

This commit is contained in:
2026-04-03 16:54:29 -05:00
parent d6d5b451cd
commit 079478f932

View File

@@ -78,7 +78,7 @@ jobs:
from pathlib import Path
version = os.environ["VERSION"]
changelog_path = Path("lst_v3/CHANGELOG.md")
changelog_path = Path("CHANGELOG.md")
if not changelog_path.exists():
Path("release_body.md").write_text(f"Release {version}\n", encoding="utf-8")