You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ inputs:
16
16
description: "Gives a tag name. Defaults to github.ref_name. refs/tags/<name> values are normalized to <name>."
17
17
required: false
18
18
draft:
19
-
description: "Keeps the release as a draft. Defaults to false. When reusing an existing draft release, set this to true to keep it draft; omit it to publish after upload."
19
+
description: "Keeps the release as a draft. Defaults to false. New releases that upload assets are staged as drafts first; set this to true to keep the release draft instead of publishing it after upload."
20
20
required: false
21
21
prerelease:
22
22
description: "Identify the release as a prerelease. Defaults to false"
0 commit comments