From b56a55a6775822a3f9b38e3f5b1ae75e3ed6cd01 Mon Sep 17 00:00:00 2001 From: marcopiraccini Date: Wed, 31 Jan 2024 12:43:10 +0100 Subject: [PATCH] optiona version bump in release Signed-off-by: marcopiraccini --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c75c9e2..16aa1883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: versionType: type: choice description: 'The type of release to create' - required: true + required: false options: - 'patch' - 'minor'