diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5433b38..6417ed7 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -10,10 +10,18 @@ on: branches: [ "master" ] tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 + inputs: + tag_name: + required: true + type: string pull_request: branches: [ "master" ] tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 + inputs: + tag_name: + required: true + type: string workflow_dispatch: env: