Skip to content

Commit 302e900

Browse files
committed
Add allowed options to release workflow_dispatch parameter
1 parent 6358f0d commit 302e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
increment:
7-
description: "Select increment (next version)"
7+
description: "Select increment (patch, minor, major)"
88
required: true
99

1010
jobs:

0 commit comments

Comments
 (0)