Skip to content

Commit 3c05108

Browse files
authored
Merge pull request #9048 from nicoddemus/prerelease-option
'prerelease' input is not required in prepare-release-pr workflow
2 parents b6aba1d + 9501e54 commit 3c05108

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)