Skip to content

Commit

Permalink
fix workflow dispatch typo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev authored Feb 23, 2024
1 parent 28b3c86 commit b7f13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
versionType:
description: "Version Type - Major, Minor, Patch, Manual"
required: true
default: "Patch"
default: patch
type: choice
options:
- major
Expand Down

0 comments on commit b7f13ff

Please sign in to comment.