Release is stale: skills.tgz not rebuilt since Feb 14 #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The
latestrelease tag was published 2025-02-14. PR #30 (commit256e28031d— "sync all active skills") was merged intodevelopmenton 2026-02-27, adding 5 new skills and updating 20 others. But the publish job inbuild.yamlonly triggers on version tags (v*), so theskills.tgzarchive served by the install one-liner is 2+ weeks behinddevelopment.Anyone running:
gets the Feb 14 archive, missing the PR #30 changes.
Secondary issue
The
latestrelease has twoskills.tgzassets with different UUIDs (both 147,636 bytes). One has 17 downloads, the other 3. The duplicate should be cleaned up before the next publish.Fix
latestreleasedevelopment(e.g.v1.0.1) to trigger the publish jobContext
Discovered while checking why
ci-dockerconventions (documented inmakefile_helperskill) weren't available via the installer.Done