diff --git a/.github/workflows/publish_connectors.yml b/.github/workflows/publish_connectors.yml index 0241714f6f4..c1573d4cf2b 100644 --- a/.github/workflows/publish_connectors.yml +++ b/.github/workflows/publish_connectors.yml @@ -9,11 +9,12 @@ on: workflow_dispatch: inputs: connectors-options: - description: "Options to pass to the 'airbyte-ci connectors' command group" + description: "Options to pass to the 'airbyte-ci connectors' command group." default: "--name=source-pokeapi" publish-options: - description: "Options to pass to the 'airbyte-ci connectors publish' command" + description: "Options to pass to the 'airbyte-ci connectors publish' command. Use --pre-release or --main-release depending on whether you want to publish a dev image or not. " default: "--pre-release" + required: true jobs: publish_connectors: name: Publish connectors