From 8248c0180fc8086e9b577c8023b0f607272101ad Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 13 Jan 2025 12:55:36 +0100 Subject: [PATCH] Fixed invalid variable reference in post release script --- .github/workflows/process_changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process_changelog.py b/.github/workflows/process_changelog.py index c6acac286d..584618406f 100644 --- a/.github/workflows/process_changelog.py +++ b/.github/workflows/process_changelog.py @@ -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