You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: combine auto-tag and release into one workflow
Tags pushed with GITHUB_TOKEN don't trigger other workflows, so the
separate release.yml never fired. Collapse both into a single workflow
that creates the tag then creates the release in the same run.
0 commit comments