From 5261936c4e37d296605dcdb510bf159a09c1c156 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 20 Sep 2024 10:11:27 +0200 Subject: [PATCH] Make description more explicit --- .github/workflows/release-process_release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 62051a0809..1afb8aad04 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -10,7 +10,7 @@ on: type: string publish_release_description: - description: 'Publish the description of the release based on the changelog' + description: 'Create the GitHub release (if existing, the description will be overridden based on the changelog)' required: true type: boolean