diff --git a/.github/scripts/parse_changelog_of_version.py b/.github/scripts/parse_changelog_of_version.py index c96ad804..f0d846ba 100644 --- a/.github/scripts/parse_changelog_of_version.py +++ b/.github/scripts/parse_changelog_of_version.py @@ -9,7 +9,7 @@ if __name__ == '__main__': args = parser.parse_args() version = args.version - with open("../CHANGELOG.md") as f: + with open("../../CHANGELOG.md") as f: lines = f.readlines() for line in lines: if line.startswith(f"## [{version}]"):