Skip to content

Commit 3b31b63

Browse files
authored
Update create-release.yml
1 parent 0e7248f commit 3b31b63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
description: 'The new version. For example: 1.1.0'
88
required: true
99
default: ''
10+
prerelease:
11+
description: 'Is this a pre-release?'
12+
type: boolean
13+
required: false
14+
default: 'false'
1015

1116
jobs:
1217
release:

0 commit comments

Comments
 (0)