Skip to content

ci: dispatch release workflow after automated tag#85

Merged
sionsmith merged 1 commit intomainfrom
ci/reliable-release-dispatch
Apr 15, 2026
Merged

ci: dispatch release workflow after automated tag#85
sionsmith merged 1 commit intomainfrom
ci/reliable-release-dispatch

Conversation

@sionsmith
Copy link
Copy Markdown
Contributor

Summary

  • Add workflow_dispatch to the Release workflow so it can be triggered explicitly for a tag
  • Make Release publishing only happen for tag refs, preventing accidental manual branch releases
  • Update Release Tagger to create/verify the tag, dispatch release.yml explicitly, and fail if a release run is not observed
  • Stop relying on tag-push workflow fan-out from inside GitHub Actions

Verification

  • YAML parsed with Ruby for release.yml and release-tagger.yml
  • git diff --check
  • gh run list --workflow release.yml --event workflow_dispatch --commit 784b31c --limit 1 --json createdAt,url

@sionsmith sionsmith merged commit 59af995 into main Apr 15, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant