File tree 4 files changed +8417
-34200
lines changed
4 files changed +8417
-34200
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Optional Arguments
18
18
- ` file_glob ` : If set to true, the ` file ` argument can be a glob pattern (` asset_name ` is ignored in this case) (Default: ` false ` )
19
19
- ` overwrite ` : If an asset with the same name already exists, overwrite it (Default: ` false ` ).
20
20
- ` promote ` : If a prerelease already exists, promote it to a release (Default: ` false ` ).
21
+ - ` draft ` : Sets the release as a draft instead of publishing it, allowing you to make any edits needed before releasing (Default: ` false ` ).
21
22
- ` prerelease ` : Mark the release as a pre-release (Default: ` false ` ).
22
23
- ` make_latest ` : Mark the release as the latest release for the repository (Default: ` true ` ).
23
24
- ` release_name ` : Explicitly set a release name. (Defaults: implicitly same as ` tag ` via GitHub API).
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ inputs:
24
24
description : ' Promote a prerelease to release. Defaults to "false".'
25
25
file_glob :
26
26
description : ' If true the file can be a glob pattern, asset_name is ignored if this is true.'
27
+ draft :
28
+ description : ' Mark the release as a draft. Defaults to "false".'
27
29
prerelease :
28
30
description : ' Mark the release as a pre-release. Defaults to "false".'
29
31
make_latest :
You can’t perform that action at this time.
0 commit comments