Fix release workflow?

This commit is contained in:
Vanilagy
2025-08-08 18:53:06 +02:00
parent 3371813c33
commit b63d86226f
+2 -1
View File
@@ -15,10 +15,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Merge main into release branch
run: |
git fetch origin main release
git checkout release
git merge origin/main --no-ff -m "Merge main into release for tag ${{ github.event.release.tag_name }}"
git push origin release