From 7cbd5f4a9341ea9fa77e26ae7b5408a2ba06e87d Mon Sep 17 00:00:00 2001 From: Tilak Kumar G Date: Tue, 10 Sep 2024 13:50:10 +0530 Subject: [PATCH] YUM release fix --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1873b4d..bc6c58b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,6 +5,10 @@ on: tags: - '*' workflow_dispatch: + inputs: + tag: + description: 'Tag to release' # Description for the input + required: true # Tag is required to trigger the workflow manually permissions: contents: write