From 570cc86147cabb90f4634662346915015cd45e3b Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 23 May 2024 19:12:12 +0200 Subject: [PATCH] connector-publish: pin to airbyte-ci 4.15.0 (#38623) --- .github/workflows/publish_connectors.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_connectors.yml b/.github/workflows/publish_connectors.yml index 6472cf037a6a7f..5e38ee4b36e120 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