From b2a11304061380ce4e4122a3faa18fe1aa3339ee Mon Sep 17 00:00:00 2001 From: Niraj Kamdar <51387861+Niraj-Kamdar@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:32:12 +0400 Subject: [PATCH 1/2] fix: post-cd issue (#204) --- .github/workflows/post-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-cd.yaml b/.github/workflows/post-cd.yaml index 48c04af5..ed765c7d 100644 --- a/.github/workflows/post-cd.yaml +++ b/.github/workflows/post-cd.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: | github.event.pull_request.user.login == 'github-actions[bot]' && - startsWith(github.event.pull_request.title, '[CD]') && + startsWith(github.event.pull_request.title, 'Python client CD') && github.event.pull_request.merged == true steps: - name: Checkout From 3f7a2897c84d986f1cf8f6afef5684e5c7e9976d Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Mon, 19 Jun 2023 19:03:24 +0530 Subject: [PATCH 2/2] chore: bump version to 0.1.0a33 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 20566340..d937a23a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0a32 \ No newline at end of file +0.1.0a33 \ No newline at end of file