dev #10

Closed
Cyanoure wants to merge 2 commits from dev into dev-build
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2990d65a63 - Show all commits

View File

@ -32,7 +32,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