Joshua Sundance Bailey
commited on
Commit
·
27c75c6
1
Parent(s):
9efb868
bumpver action
Browse files
.github/workflows/bumpver.yml
CHANGED
@@ -4,6 +4,7 @@ on:
|
|
4 |
workflow_dispatch:
|
5 |
inputs:
|
6 |
bump:
|
|
|
7 |
description: 'Bump major, minor, or patch version'
|
8 |
required: true
|
9 |
default: 'patch'
|
|
|
4 |
workflow_dispatch:
|
5 |
inputs:
|
6 |
bump:
|
7 |
+
type: choice
|
8 |
description: 'Bump major, minor, or patch version'
|
9 |
required: true
|
10 |
default: 'patch'
|