Skip to content

Commit 570cc86

Browse files
authored
connector-publish: pin to airbyte-ci 4.15.0 (#38623)
1 parent f6fdaf3 commit 570cc86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish_connectors.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ on:
1616
default: "--pre-release"
1717
airbyte_ci_binary_url:
1818
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."
19-
default: "https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/latest/airbyte-ci"
19+
# Pinning to 4.15.0 as 4.15.1 has a bug:
20+
# https://github.com/airbytehq/airbyte/actions/runs/9211856191/job/25342184646
21+
default: "https://connectors.airbyte.com/airbyte-ci/releases/ubuntu/4.15.0/airbyte-ci"
2022
jobs:
2123
publish_connectors:
2224
name: Publish connectors

0 commit comments

Comments
 (0)