Skip to content

Commit 9501e54

Browse files
committed
'prerelease' input is not required in prepare-release-pr workflow
The default is the correct value when generating a normal release.
1 parent 41dc9bb commit 9501e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
default: 'no'
1414
prerelease:
1515
description: 'Prerelease (ex: rc1). Leave empty if not a pre-release.'
16-
required: true
16+
required: false
1717
default: ''
1818

1919
# Set permissions at the job level.

0 commit comments

Comments
 (0)