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: 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: