sort release types to prevent accidental deployment

This commit is contained in:
Nikita Galaiko 2023-02-17 16:14:39 +01:00
parent b1d6c2fee3
commit 95cd818a3f
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -6,9 +6,10 @@ on:
type: choice
description: Release type
options:
- major
- minor
- undefined
- patch
- minor
- major
jobs:
publish-tauri: