rename dispatch steps
This commit is contained in:
@@ -3,15 +3,19 @@ name: Bump version
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
bump-type:
|
bump:
|
||||||
description: 'Bump type'
|
description: 'Bump type'
|
||||||
required: true
|
required: true
|
||||||
default: 'patch'
|
default: 'patch'
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- major
|
- 'major'
|
||||||
- minor
|
- 'minor'
|
||||||
- patch
|
- 'patch'
|
||||||
|
github_release:
|
||||||
|
description: 'Create Gitea Release'
|
||||||
|
default: true
|
||||||
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user