Skip to content

Commit 80888b5

Browse files
authored
fix(release): inputs.release should be optional
1 parent a89a1cc commit 80888b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
release:
1717
description: "The command to execute the release (e.g., publishing to GitHub Releases)."
1818
type: string
19-
required: true
19+
required: false
2020
default: "pnpm release"
2121
comment-template:
2222
description: "Template for the comment posted on related Issues/PRs after release."

0 commit comments

Comments
 (0)