From eee7e09323aa495c709afa35f1df795e8fa6d141 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Mon, 4 Oct 2021 11:06:27 +0100 Subject: [PATCH] Split to 2.x branch --- .github/workflows/monorepo-split.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monorepo-split.yml b/.github/workflows/monorepo-split.yml index 21a6300..e97aded 100644 --- a/.github/workflows/monorepo-split.yml +++ b/.github/workflows/monorepo-split.yml @@ -38,7 +38,7 @@ jobs: package_directory: 'packages/${{ matrix.package }}' repository_organization: 'squirephp' repository_name: '${{ matrix.package }}' - branch: main + branch: 2.x tag: ${{ steps.previous-tag.outputs.tag }} user_name: "Dan Harrin" user_email: "dan@danharrin.com"