Just directly merge main

This commit is contained in:
Marc Di Luzio 2024-08-10 22:29:20 +01:00
parent c49cdffc4f
commit c049246fe3

View file

@ -29,5 +29,5 @@ jobs:
run: |
git fetch origin
git checkout -b release
git merge --no-ff origin/${{ github.ref }}
git merge --no-ff origin/main
git push origin release