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