From a45bda39c07dadcb6a156a926756d6d8c62adaef Mon Sep 17 00:00:00 2001 From: ProKn1fe Date: Tue, 20 Feb 2024 19:41:27 +0000 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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'