diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a6bb229..fb7bf2d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -6,7 +6,7 @@ on: workflow_dispatch: inputs: is_test: - description: 'Indicates that the run should publish to the test repositories' + description: 'Publish to test repositories instead of production' required: true type: boolean default: false