Try and use github.ref instead

This commit is contained in:
Marc Di Luzio 2024-08-10 22:27:06 +01:00
parent b9e5a2cdfe
commit c49cdffc4f

View file

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