Skip to content

Commit

Permalink
Fixed invalid variable reference in post release script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jan 13, 2025
1 parent cdc7d63 commit 8248c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def fetch_test_and_optional_dependencies():

# Detect gradle plugin
if "classpath" in line:
test_optional_dependencies = True
in_optional_section = True
continue

# Detect test dependencies section
Expand Down

0 comments on commit 8248c01

Please sign in to comment.