Skip to content

Commit

Permalink
connector-publish: pin to airbyte-ci 4.15.0 (#38623)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed May 23, 2024
1 parent f6fdaf3 commit 570cc86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 570cc86

Please sign in to comment.