diff --git a/action.yml b/action.yml index 336e73f..878a7ca 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,9 @@ inputs: insecure: description: 'Whether allow insecure Gitea instance' required: false + tag_name: + description: 'The release tag' + required: false outputs: status: description: 'The upload status'