Skip to content

Commit 2c5d508

Browse files
author
Marius Posta
authored
.github: fix bulk cdk publish workflow trigger (#43372)
1 parent 0bf02cf commit 2c5d508

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-bulk-cdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
paths:
9-
- "airbyte-cdk/bulk"
9+
- "airbyte-cdk/bulk/**"
1010
workflow_dispatch:
1111
inputs:
1212
build-number:

airbyte-cdk/bulk/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ It's written in Kotlin and consists of a _core_ and a bunch of _toolkits_:
99

1010
While the CDK is incubating, its published version numbers are 0.X where X is monotonically
1111
increasing based on the maximum version value found on the maven repository that the jars are
12-
published to.
12+
published to: https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/bulk-cdk/
13+
1314
Jar publication happens via a github workflow triggered by pushes to the master branch, i.e. after
1415
merging a pull request.

0 commit comments

Comments
 (0)