From 3261390ae92c7c86ea7bbfc9f720aaae362efc6e Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Sat, 17 Aug 2024 11:59:01 +0530 Subject: [PATCH] setting createPR: true --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8fbc885..29378022 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -165,7 +165,7 @@ jobs: value: ${{ steps.get_version.outputs.VERSION }} branch: bump-karpor-to-${{ steps.get_version.outputs.VERSION }} targetBranch: test - createPR: false + createPR: true message: 'refactor: bump karpor version to ${{ steps.get_version.outputs.VERSION }}' token: ${{ secrets.GITHUB_TOKEN }} workDir: .