Skip to content

Commit

Permalink
#62 change type to choice
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck committed Jul 7, 2024
1 parent e96c3e5 commit 042c3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
inputs:
release-type:
description: 'The type of release that should be performed'
type: string
type: choice
required: true
default: 'patch'
options:
- major
- minor
Expand Down

0 comments on commit 042c3f9

Please sign in to comment.