Skip to content

Commit 9cdbf00

Browse files
fix publish-java-cdk on push-to-master (#36558)
1 parent af53d6f commit 9cdbf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-java-cdk-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
branches:
1515
- master
1616
paths:
17-
- "./airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties"
17+
- "airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties"
1818
workflow_dispatch:
1919
inputs:
2020
repo:

0 commit comments

Comments
 (0)