Skip to content

fix: add workflow_call trigger to validate.yml#12

Merged
amcheste merged 1 commit into
mainfrom
fix/validate-workflow-call
Mar 29, 2026
Merged

fix: add workflow_call trigger to validate.yml#12
amcheste merged 1 commit into
mainfrom
fix/validate-workflow-call

Conversation

@amcheste
Copy link
Copy Markdown
Owner

Summary

release.yml calls validate.yml as a reusable workflow using uses: ./.github/workflows/validate.yml. For this to work, validate.yml must declare workflow_call: in its on: triggers — it was missing this, causing the release pipeline to fail instantly with a workflow file configuration error.

One-line fix: add workflow_call: to the on: block.

After merging

Re-tag to re-trigger the full release pipeline:

git tag -d v0.1.0-beta.1
git push origin --delete v0.1.0-beta.1
./scripts/bump-version.sh set 0.1.0-beta.1
git push && git push --tags

🤖 Generated with Claude Code

release.yml calls validate.yml as a reusable workflow via workflow_call,
but validate.yml was missing that trigger — causing the release pipeline
to fail instantly with a workflow file error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@amcheste amcheste merged commit 79cd17e into main Mar 29, 2026
3 checks passed
@amcheste amcheste deleted the fix/validate-workflow-call branch March 30, 2026 00:59
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