Skip to content

Commit

Permalink
change inut type to choise in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed May 15, 2023
1 parent 90c2a08 commit 62f2da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
type:
description: 'Release type'
required: true
default: 'minor'
type: preview
default: 'preview'
type: choice
options:
- major
- minor
Expand Down

0 comments on commit 62f2da1

Please sign in to comment.