We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf02cf commit 2c5d508Copy full SHA for 2c5d508
.github/workflows/publish-bulk-cdk.yml
@@ -6,7 +6,7 @@ on:
6
branches:
7
- master
8
paths:
9
- - "airbyte-cdk/bulk"
+ - "airbyte-cdk/bulk/**"
10
workflow_dispatch:
11
inputs:
12
build-number:
airbyte-cdk/bulk/README.md
@@ -9,6 +9,7 @@ It's written in Kotlin and consists of a _core_ and a bunch of _toolkits_:
While the CDK is incubating, its published version numbers are 0.X where X is monotonically
increasing based on the maximum version value found on the maven repository that the jars are
-published to.
+published to: https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/bulk-cdk/
13
+
14
Jar publication happens via a github workflow triggered by pushes to the master branch, i.e. after
15
merging a pull request.
0 commit comments