Skip to content

Commit 8248c01

Browse files
Fixed invalid variable reference in post release script
1 parent cdc7d63 commit 8248c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/process_changelog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def fetch_test_and_optional_dependencies():
4242

4343
# Detect gradle plugin
4444
if "classpath" in line:
45-
test_optional_dependencies = True
45+
in_optional_section = True
4646
continue
4747

4848
# Detect test dependencies section

0 commit comments

Comments
 (0)