v0.12.2 Release Notes
What's new
Patch Changes
-
53e3954: Fix release workflow not triggering after version tag push
Switch the versioning job to use a PAT (
VERSIONING_TOKEN) instead ofGITHUB_TOKENwhen pushing the release commit and tag. GitHub Actions does not trigger downstream workflows from pushes made withGITHUB_TOKEN; using a PAT causes the tag push to be attributed to a real user, which correctly firesrelease.yml.