Skip to content

Commit

Permalink
Make deploy workflow update type multiple choice
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Jun 12, 2024
1 parent c392a18 commit e13fbe0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
workflow_dispatch:
inputs:
updateType:
description: "Update type ('patch', 'major', or 'minor')"
description: "Update type"
type: choice
options:
- major
- minor
- patch
required: true
jobs:
build:
Expand Down

0 comments on commit e13fbe0

Please sign in to comment.