Skip to content

Commit

Permalink
ci: choice instead of string for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Oct 12, 2024
1 parent 3e0a921 commit 5caad1f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ on:
workflow_dispatch:
inputs:
bump:
description: 'bump amount'
required: false
default: 'patch'
type: choice
description: Amount to bump
options:
patch:
minor:
major:
- patch
- minor
- major

permissions:
contents: write
Expand Down

0 comments on commit 5caad1f

Please sign in to comment.