From a74f204f3e4786d996b838fb5cb6b6556df1f88e Mon Sep 17 00:00:00 2001 From: Nek-12 Date: Fri, 31 May 2024 00:24:20 +0300 Subject: [PATCH] add manual trigger to publish workflow --- .github/workflows/publish.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7952d3..df38f9c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,15 @@ -name: Publishing +name: Publish a new Release on: push: tags: - - '1.*' + - '2.*' + workflow_dispatch: + inputs: + tag: + required: true + type: string + description: 'Tag to use for the release and changelog' - '2.*' concurrency: