Skip to content

Commit ed25489

Browse files
author
Marius Posta
committed
.github: fix python CDK publish workflow
1 parent a8a9b3f commit ed25489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
repository: ${{ github.event.inputs.repo }}
7474
ref: ${{ github.event.inputs.gitref }}
7575
- name: Build CDK Package
76-
run: ./gradlew --no-daemon --no-build-cache :airbyte-cdk:python:build
76+
run: (cd airbyte-cdk/python; ./gradlew --no-daemon --no-build-cache :build)
7777
- name: Post failure to Slack channel dev-connectors-extensibility
7878
if: ${{ failure() }}
7979
uses: slackapi/[email protected]

0 commit comments

Comments
 (0)