Skip to content

Commit

Permalink
feat: use dropdown for semver selection in release workflow (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Aug 23, 2022
1 parent 34c5e42 commit cd0ff97
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
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 cd0ff97

Please sign in to comment.