From 3c84140b3e189c8c254e2c7e01fbec1ef602b7b7 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 09:57:25 +0200 Subject: [PATCH] Document draft --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 2383812..a5dc8b0 100644 --- a/action.yml +++ b/action.yml @@ -20,6 +20,8 @@ inputs: description: 'Overwrite the release in case it already exists.' file_glob: description: 'If true the file can be a glob pattern, asset_name is ignored if this is true.' + draft: + description: 'Mark the release as a draft. Defaults to "false".' prerelease: description: 'Mark the release as a pre-release. Defaults to "false".' release_name: