From 95cd818a3ff9616126639e340978bddede7f5dc7 Mon Sep 17 00:00:00 2001 From: Nikita Galaiko Date: Fri, 17 Feb 2023 16:14:39 +0100 Subject: [PATCH] sort release types to prevent accidental deployment --- .github/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5ffb83150..65645397c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,9 +6,10 @@ on: type: choice description: Release type options: - - major - - minor + - undefined - patch + - minor + - major jobs: publish-tauri: