fix(ci): push detached HEAD to master using HEAD:master refspec #57

Merged
sarman merged 2 commits from fix/auto-tag-push-master into master 2026-05-31 21:43:19 +00:00
Showing only changes of commit f90c76911a - Show all commits

View File

@ -206,7 +206,7 @@ jobs:
fi
git add CHANGELOG.md
git commit -m "chore: update CHANGELOG.md for ${TAG} [skip ci]" || echo "No changes to commit"
git push origin master
git push origin HEAD:master
echo "✓ CHANGELOG.md committed to master"
- name: Upload CHANGELOG.md as release asset