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