Skip to content

Commit 06bdcbe

Browse files
committed
Fix github action
1 parent c07dccd commit 06bdcbe

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
@@ -24,5 +24,5 @@ jobs:
2424
git fetch
2525
git checkout stable
2626
git pull
27-
git merge --no-ff main -m "Updating to newest release"
27+
git merge --no-ff origin/main -m "Updating to newest release"
2828
git push

0 commit comments

Comments
 (0)