diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 8646d83..be25dad 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -30,7 +30,7 @@ jobs: BRANCH_NAME="${GITHUB_REF_NAME}-build" git fetch origin $BRANCH_NAME || true # Allow failure if branch doesn't exist git switch $BRANCH_NAME || git switch -c $BRANCH_NAME - git merge --no-ff ${GITHUB_REF_NAME} + git merge --allow-unrelated-histories ${GITHUB_REF_NAME} rm -rf dist # Install dependencies