Skip to content

Commit

Permalink
oops wrong exe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent de246e6 commit 6ff422c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/increment_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ def get_changelog(
output = changelog
exe_name = "git-cliff"
if environ.get("CI", "false") == "true":
exe_name = (GIT_CLIFF_CONFIG.parent.parent / exe_name).resolve().as_posix()
exe_name = (
(GIT_CLIFF_CONFIG.parent.parent.parent / exe_name).resolve().as_posix()
)
args = [
exe_name,
"--config",
Expand Down

0 comments on commit 6ff422c

Please sign in to comment.