We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89a1cc commit 80888b5Copy full SHA for 80888b5
1 file changed
.github/workflows/release-plugin.yml
@@ -16,7 +16,7 @@ on:
16
release:
17
description: "The command to execute the release (e.g., publishing to GitHub Releases)."
18
type: string
19
- required: true
+ required: false
20
default: "pnpm release"
21
comment-template:
22
description: "Template for the comment posted on related Issues/PRs after release."
0 commit comments