From 0e110a3ebb7a1fb96745334ac1d388d313c61f07 Mon Sep 17 00:00:00 2001 From: guergabo <65991626+guergabo@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:57:02 -0400 Subject: [PATCH] Update release_verify_artifacts.yaml --- .github/workflows/release_verify_artifacts.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release_verify_artifacts.yaml b/.github/workflows/release_verify_artifacts.yaml index 6deaa128..3dd3c73a 100644 --- a/.github/workflows/release_verify_artifacts.yaml +++ b/.github/workflows/release_verify_artifacts.yaml @@ -9,6 +9,11 @@ on: type: string workflow_dispatch: + inputs: + tag: + description: 'The tag version to use for verification' + required: true + type: string permissions: contents: read