Skip to content

Commit d1c698c

Browse files
Update publish.yml to fix pre-release version
Signed-off-by: Jacob Ronstadt <[email protected]>
1 parent 997ba4f commit d1c698c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ on:
88
required: true
99
type: string
1010
release-type:
11-
description: 'Publish as a pre-release'
11+
description: 'Publish with pre-release version'
1212
required: false
13-
type: choice
14-
options:
15-
- alpha
16-
- beta
13+
type: string
1714

1815
jobs:
1916
publish:

0 commit comments

Comments
 (0)