mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-23 17:43:47 +03:00
sort release types to prevent accidental deployment
This commit is contained in:
parent
b1d6c2fee3
commit
95cd818a3f
5
.github/workflows/publish.yaml
vendored
5
.github/workflows/publish.yaml
vendored
@ -6,9 +6,10 @@ on:
|
||||
type: choice
|
||||
description: Release type
|
||||
options:
|
||||
- major
|
||||
- minor
|
||||
- undefined
|
||||
- patch
|
||||
- minor
|
||||
- major
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
|
Loading…
Reference in New Issue
Block a user