diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7367261..dca7c39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,6 @@ jobs: if: github.ref == 'refs/heads/main' run: | git fetch origin - git checkout -b release + git checkout -b release origin/release git merge --no-ff origin/main git push origin release \ No newline at end of file