From 452b9ff4f3919d6416c4ce55316a5b1325482437 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Thu, 21 Nov 2024 00:48:51 +0300 Subject: [PATCH] chore: Change Target Branch for Release Please --- .github/workflows/php83.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php83.yml b/.github/workflows/php83.yml index df79e613..b2de8342 100644 --- a/.github/workflows/php83.yml +++ b/.github/workflows/php83.yml @@ -129,6 +129,7 @@ jobs: - uses: google-github-actions/release-please-action@v3 with: release-type: php + target-branch: dev config-file: release-please-config.json manifest-file: release-please-manifest.json token: ${{ secrets.GITHUB_TOKEN }}