Skip to content

fix(ci): gate FFmpeg release staging - #81

Merged
smackgg merged 1 commit into
mainfrom
codex/gate-ffmpeg-release-staging
Aug 3, 2026
Merged

fix(ci): gate FFmpeg release staging#81
smackgg merged 1 commit into
mainfrom
codex/gate-ffmpeg-release-staging

Conversation

@smackgg

@smackgg smackgg commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • count selected ffmpeg-tools releases explicitly in the protected publication workflow
  • stage FFmpeg source and SBOM evidence only when that exact Plugin release is selected
  • add a regression test that locks both the selection query and step condition

Root cause

The Hello Convax exclusion is a Registry metadata-only publication, so dist/release-plan.json correctly selected zero package releases. The FFmpeg evidence step was gated only on the earlier PGP download and then required an ffmpeg-tools release tag, causing the protected publication workflow to fail before composing and deploying the metadata Release.

Impact

Metadata-only deployments and releases that select packages other than ffmpeg-tools can proceed without trying to mutate a nonexistent FFmpeg release directory. Actual ffmpeg-tools releases retain the existing verified source, signature, signing key, license, notices, and SBOM staging.

Validation

  • bun test tooling/plugin-publication-policy.test.js
  • bun run validate
  • git diff --check

@smackgg
smackgg merged commit 069769b into main Aug 3, 2026
2 checks passed
@smackgg
smackgg deleted the codex/gate-ffmpeg-release-staging branch August 3, 2026 08:30
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