From ddb90b6f333bfe914565ff0a9ee1f7a59ef0bd6a Mon Sep 17 00:00:00 2001 From: Sukaato Date: Tue, 13 Aug 2024 23:22:33 +0200 Subject: [PATCH] ci(actions): fix release action --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b20996..df136cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,11 @@ on: - prepatch - prerelease preid: - description: Release type + description: Pre-id required: false type: choice - default: patch options: - - ' ' + - '' - dev - alpha - beta