Skip to content

Commit 14b9567

Browse files
Update ReleaseNoUnityFiles.yml
1 parent 56d8e27 commit 14b9567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ReleaseNoUnityFiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config user.email 'github-actions[bot]@users.noreply.github.com'
2222
git fetch origin ${{ env.DST }}
2323
git checkout ${{ env.DST }}
24-
git pull -ff origin ${{ env.SRC }}:${{ env.DST }}
24+
git merge --no-commit origin/${{ env.SRC }}
2525
git add --all
2626
git rm -f --ignore-unmatch \*.meta
2727
git rm -f --ignore-unmatch \*.asmdef

0 commit comments

Comments
 (0)