We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bdcbe commit 5d96086Copy full SHA for 5d96086
.github/workflows/update-release.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Merge main to stable
23
run: |
24
- git fetch
+ git fetch --unshallow
25
git checkout stable
26
git pull
27
git merge --no-ff origin/main -m "Updating to newest release"
0 commit comments