rename dispatch steps

This commit is contained in:
2025-05-29 10:07:50 +02:00
parent 8e35f02191
commit 387462cfc9

View File

@@ -3,15 +3,19 @@ name: Bump version
on:
workflow_dispatch:
inputs:
bump-type:
bump:
description: 'Bump type'
required: true
default: 'patch'
type: choice
options:
- major
- minor
- patch
- 'major'
- 'minor'
- 'patch'
github_release:
description: 'Create Gitea Release'
default: true
type: boolean
jobs:
build: