Skip to content

fix(ci): Add workflow_dispatch trigger to release workflow#58

Merged
eyelock merged 1 commit into
mainfrom
fix/release-workflow-dispatch
Jan 17, 2026
Merged

fix(ci): Add workflow_dispatch trigger to release workflow#58
eyelock merged 1 commit into
mainfrom
fix/release-workflow-dispatch

Conversation

@eyelock
Copy link
Copy Markdown
Owner

@eyelock eyelock commented Jan 17, 2026

Summary

Allows manual re-triggering of the release workflow if the initial CI verification fails.

Changes

  • Add workflow_dispatch trigger with tag input parameter
  • Extract tag and SHA in verify-ci job for use by build job
  • Update checkout to use tag reference from verify-ci output

🤖 Generated with Claude Code

Allows manual re-triggering of the release workflow if the initial
CI verification fails. This is useful when CI was triggered via
workflow_dispatch rather than a push event tied to the tag.

Changes:
- Add workflow_dispatch trigger with tag input parameter
- Extract tag and SHA in verify-ci job for use by build job
- Update checkout to use tag reference from verify-ci output
- Update version extraction to use tag from verify-ci output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@eyelock eyelock merged commit 415531b into main Jan 17, 2026
5 checks passed
@eyelock eyelock deleted the fix/release-workflow-dispatch branch January 17, 2026 16:11
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