diff --git a/.github/workflows/publish_connectors.yml b/.github/workflows/publish_connectors.yml index 6472cf037a6a..5e38ee4b36e1 100644 --- a/.github/workflows/publish_connectors.yml +++ b/.github/workflows/publish_connectors.yml @@ -16,7 +16,9 @@ on: default: "--pre-release" airbyte_ci_binary_url: description: "URL to the airbyte-ci binary to use for the action. If not provided, the action will use the latest release of airbyte-ci." - default: "https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/latest/airbyte-ci" + # Pinning to 4.15.0 as 4.15.1 has a bug: + # https://github.com/airbytehq/airbyte/actions/runs/9211856191/job/25342184646 + default: "https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/4.15.0/airbyte-ci" jobs: publish_connectors: name: Publish connectors