mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 01:51:57 +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
|
type: choice
|
||||||
description: Release type
|
description: Release type
|
||||||
options:
|
options:
|
||||||
- major
|
- undefined
|
||||||
- minor
|
|
||||||
- patch
|
- patch
|
||||||
|
- minor
|
||||||
|
- major
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-tauri:
|
publish-tauri:
|
||||||
|
Loading…
Reference in New Issue
Block a user