Skip to content

fix: keep release verification in release job#21

Merged
intel352 merged 2 commits into
mainfrom
fix/release-notify-artifacts
Jun 2, 2026
Merged

fix: keep release verification in release job#21
intel352 merged 2 commits into
mainfrom
fix/release-notify-artifacts

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented Jun 2, 2026

Summary

  • Move runtime capability verification out of the registry notification job
  • Run verification in the release job where wfctl and dist/artifacts.json exist
  • Keep the registry dispatch job focused on dispatching after release success

Verification

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/release.yml"); puts "workflow yaml ok"'\n- git diff --check

Copilot AI review requested due to automatic review settings June 2, 2026 06:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR moves the runtime capability verification step into the release job so it runs where wfctl and dist/artifacts.json are available, and keeps the registry notification job focused solely on dispatching after a successful release.

Changes:

  • Relocated the “Verify capabilities (runtime truth-check)” step from notify-workflow-registry into release.
  • Simplified notify-workflow-registry to only trigger the downstream repository-dispatch event after release completes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
@intel352 intel352 merged commit a11e50b into main Jun 2, 2026
4 checks passed
@intel352 intel352 deleted the fix/release-notify-artifacts branch June 2, 2026 06:27
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.

2 participants