Check out the correct release branch

This commit is contained in:
Marc Di Luzio 2024-08-10 22:34:05 +01:00
parent c049246fe3
commit 560b733a36

View file

@ -28,6 +28,6 @@ jobs:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
run: | run: |
git fetch origin git fetch origin
git checkout -b release git checkout -b release origin/release
git merge --no-ff origin/main git merge --no-ff origin/main
git push origin release git push origin release