Skip to content

ci: add workflow_dispatch trigger to release workflow#300

Merged
CalebisGross merged 1 commit intomainfrom
fix/release-workflow-dispatch
Mar 21, 2026
Merged

ci: add workflow_dispatch trigger to release workflow#300
CalebisGross merged 1 commit intomainfrom
fix/release-workflow-dispatch

Conversation

@CalebisGross
Copy link
Copy Markdown
Collaborator

Summary

  • Adds workflow_dispatch trigger to the release workflow so builds can be manually triggered with gh workflow run release.yml --ref <tag>
  • Useful when the workflow was disabled during a tag push (like what just happened with v0.29.1)

Test plan

  • Merge this, then run gh workflow run release.yml --ref v0.29.1 to build the missing assets

🤖 Generated with Claude Code

Allows manually triggering the release build with `gh workflow run release.yml --ref <tag>`,
useful when the workflow was disabled during a tag push.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@CalebisGross CalebisGross merged commit d354c26 into main Mar 21, 2026
@CalebisGross CalebisGross deleted the fix/release-workflow-dispatch branch March 21, 2026 02:51
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