diff --git a/.github/workflows/increment_version.py b/.github/workflows/increment_version.py index 13ffc96..07abc51 100644 --- a/.github/workflows/increment_version.py +++ b/.github/workflows/increment_version.py @@ -14,7 +14,7 @@ VERSION_TUPLE = Tuple[int, int, int] COMPONENTS = ["major", "minor", "patch"] -GIT_CLIFF_CONFIG = Path(__file__).parent / "cliff.toml" +GIT_CLIFF_CONFIG = (Path(__file__).parent / "cliff.toml").resolve() RELEASE_NOTES = GIT_CLIFF_CONFIG.with_name("ReleaseNotes.md")