ci: delegate release tagging and versioning to release.yml

This commit is contained in:
2026-04-12 04:21:28 -04:00
parent cb4bac4b42
commit 2ce3f7ee90
2 changed files with 33 additions and 21 deletions

View File

@@ -148,7 +148,7 @@ jobs:
run: |
git fetch origin main
git checkout main
git merge ${{ github.ref }} --no-ff -m "ci: auto-merge testing → main [skip ci]"
git merge ${{ github.ref }} --no-ff -m "ci: auto-merge testing → main"
git push origin main
echo "--- Cleaning up temp branch ---"
git push origin --delete ${{ github.ref_name }}