Skip to content

Commit

Permalink
chore: use choice input in create_release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Jan 25, 2024
1 parent c855811 commit 38a024b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
inputs:
releaseType:
description: Release type
default: patch-milestone
type: choice
options:
- patch-milestone
- minor-milestone
Expand Down

0 comments on commit 38a024b

Please sign in to comment.