From 0992dc831a3dbde5d13b2eb2f5f34c8fe54d9abe Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 4 Jan 2024 13:50:52 +0530 Subject: [PATCH] Update release2.yaml --- .github/workflows/release2.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release2.yaml b/.github/workflows/release2.yaml index 9748355c1..7f9c686ae 100644 --- a/.github/workflows/release2.yaml +++ b/.github/workflows/release2.yaml @@ -2,10 +2,11 @@ name: "Release" -on: # yamllint disable-line rule:truthy - push: - tags: - - "**" +on: + workflow_dispatch: + inputs: + tag: + description: "The tag version you want to release" jobs: release: