fix(typo): more dam typos
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
version = os.environ["VERSION"]
|
version = os.environ["VERSION"]
|
||||||
changelog_path = Path("lst_v3/CHANGELOG.md")
|
changelog_path = Path("CHANGELOG.md")
|
||||||
|
|
||||||
if not changelog_path.exists():
|
if not changelog_path.exists():
|
||||||
Path("release_body.md").write_text(f"Release {version}\n", encoding="utf-8")
|
Path("release_body.md").write_text(f"Release {version}\n", encoding="utf-8")
|
||||||
|
|||||||
Reference in New Issue
Block a user