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 c07dccd commit 06bdcbeCopy full SHA for 06bdcbe
.github/workflows/update-release.yml
@@ -24,5 +24,5 @@ jobs:
24
git fetch
25
git checkout stable
26
git pull
27
- git merge --no-ff main -m "Updating to newest release"
+ git merge --no-ff origin/main -m "Updating to newest release"
28
git push
0 commit comments