diff --git a/.github/workflows/merge-to-next-major.yml b/.github/workflows/merge-to-next-major.yml index 955fc2df..34d8ecea 100644 --- a/.github/workflows/merge-to-next-major.yml +++ b/.github/workflows/merge-to-next-major.yml @@ -107,6 +107,10 @@ jobs: git add package.json && git commit -m "Sync version to ${{ steps.extract_version.outputs.version }}" fi + # Checkout "next-major" + - name: Checkout next-major + run: git checkout "next-major" + - name: Perform the merge from next to next-major run: | git merge next