[ci] No v* tag has been pushed; release.yaml (inline, single-target) exists but never triggered #42
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?
Audit context
Filed during Phase 2 CI audit (hero_demo#54, session 55).
State
.forgejo/workflows/release.yaml(110 lines) exists — inline release logic, single x86_64-musl target. Independent from sharedscripts/build_lib.sh::publish_binarieshelper.Root cause
on: push: tags: ["v*"]— never triggered because nov*tag pushed.Distinct from cluster A
Unlike hero_biz cluster, this workflow uses inline release-creation + asset-upload (similar to hero_proc / hero_router pattern). So cluster A's fix is not required here. Push a tag and it should produce a Release with assets directly.
Recommended fix
v0.1.0(or appropriate frombuildenv.sh::VERSION).--from-ciintohero_skills/tools/modules/services/service_slides.nu.Effort
Quickest win in the cohort — 15 min. Phase 2 implementation.