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: