From cb5d8c7ce7d013fcfabd7696b5ffb846a8a6f853 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 26 Jul 2022 15:32:00 +0200 Subject: [PATCH] fix: declare additional_options as action inputs (#481) --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index f7ce10eb2..bf30d4748 100644 --- a/action.yml +++ b/action.yml @@ -3,6 +3,9 @@ name: 'Python Semantic Release' description: 'Automatic Semantic Versioning for Python projects' inputs: + additional_options: + description: 'Additional options for the publish command. Example: --noop' + required: false directory: description: 'Sub-directory to cd into before running semantic-release' default: '.'