Skip to content

Commit 5d96086

Browse files
committed
Use unshallow fetch
1 parent 06bdcbe commit 5d96086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Merge main to stable
2323
run: |
24-
git fetch
24+
git fetch --unshallow
2525
git checkout stable
2626
git pull
2727
git merge --no-ff origin/main -m "Updating to newest release"

0 commit comments

Comments
 (0)