From 61a4ed30abe216a9985485962b5a9a4e6d4db48f Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Mon, 19 Jun 2023 18:43:12 +0530 Subject: [PATCH 1/2] fix: post-cd file --- .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 d75e0953..48c04af5 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, '[CD]') && github.event.pull_request.merged == true steps: - name: Checkout From 317b241629500b36422bf0706963b881ec77d807 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Mon, 19 Jun 2023 18:43:45 +0530 Subject: [PATCH 2/2] feat: bump version to 0.1.0a32 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ec04f9c2..20566340 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0a31 \ No newline at end of file +0.1.0a32 \ No newline at end of file