diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 247bb6d..94cf3fe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,14 +4,10 @@ on: workflow_dispatch: inputs: release_type: - description: 'Next version type' + description: 'Next version type: [ | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]' required: true - type: choice + type: string default: 'patch' - options: - - patch - - minor - - major concurrency: group: release