Skip to content

Commit

Permalink
Release Workflow uses choice input instead of text
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDits authored and jkissel committed Feb 26, 2024
1 parent ac63c33 commit 08ed5a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ on:
workflow_dispatch:
inputs:
release-type:
description: 'Release type (one of): patch, minor, major'
type: choice
description: 'Release type'
required: true
options:
- patch
- minor
- major
default: 'patch'


jobs:
release:
Expand Down

0 comments on commit 08ed5a6

Please sign in to comment.