We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6fdaf3 commit 570cc86Copy full SHA for 570cc86
.github/workflows/publish_connectors.yml
@@ -16,7 +16,9 @@ on:
16
default: "--pre-release"
17
airbyte_ci_binary_url:
18
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"
+ # 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"
22
jobs:
23
publish_connectors:
24
name: Publish connectors
0 commit comments