From a316e99afc24acdc07f82859497e381bff6dbee8 Mon Sep 17 00:00:00 2001 From: badcel <1218031+badcel@users.noreply.github.com> Date: Sat, 25 Nov 2023 21:58:18 +0100 Subject: [PATCH] Do not require a version suffix Requiring a version suffix means that no version without a suffix could be released. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f71baca8..4454c7479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: type: boolean version_suffix: description: Suffix of the version number. Can be used to create a preview package. - required: true + required: false type: string push: branches: