From 36c041fb97cf3e04cd7a534775bd7b3557b942c1 Mon Sep 17 00:00:00 2001 From: Felix Seifert Date: Tue, 9 Jan 2024 07:44:16 +0100 Subject: [PATCH] cd: allow manual release on GitHub through workflow --- .github/workflows/release-on-github.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-on-github.yml b/.github/workflows/release-on-github.yml index 2d2f1dcf..46d3d72e 100644 --- a/.github/workflows/release-on-github.yml +++ b/.github/workflows/release-on-github.yml @@ -1,6 +1,12 @@ name: github-release on: + workflow_dispatch: + inputs: + tag: + description: Create GitHub release of following tag + required: true + type: string workflow_call: inputs: tag: