From 34681bbd024cf0c6e91613ef40ba9bf9da3336a4 Mon Sep 17 00:00:00 2001 From: John Mikos Date: Tue, 9 Dec 2025 14:18:05 +0000 Subject: [PATCH] chore: exposing field Co-authored-by: Shane Dowling --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d461342..a6bb229 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,7 @@ on: inputs: is_test: description: 'Indicates that the run should publish to the test repositories' - required: false + required: true type: boolean default: false