Skip to content

Commit 8aa1e1a

Browse files
committed
ci: release body is empty
1 parent 9cd62a0 commit 8aa1e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/parse_changelog_of_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
args = parser.parse_args()
1010
version = args.version
1111

12-
with open("../CHANGELOG.md") as f:
12+
with open("../../CHANGELOG.md") as f:
1313
lines = f.readlines()
1414
for line in lines:
1515
if line.startswith(f"## [{version}]"):

0 commit comments

Comments
 (0)