Skip to content

Commit

Permalink
chore: semver choice input
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Dec 22, 2021
1 parent e9d92b2 commit c040e36
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
workflow_dispatch:
inputs:
semver:
description: 'The semver to use'
description: "The semver to use"
required: true
default: 'patch'
default: "patch"
type: choice
options:
- patch
- minor
- major
pull_request:
types: [closed]

Expand Down

0 comments on commit c040e36

Please sign in to comment.