[ci] No v* tag has been pushed; build-linux.yaml exists but never triggered #5
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_editor#5
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/build-linux.yamlexists, 74 lines, standard shared-helper template (matches hero_biz / hero_browser / hero_foundry).Root cause
The workflow has
on: push: tags: ["v*"]— never triggered because nov*tag has been pushed.Caveat — depends on cluster A fix
The shared-helper template currently writes to package registry only (hero_biz#13 cluster A). So even after a tag is pushed,
--from-ci hero_editorwill fail until cluster A's Release-assets step is added.Recommended fix
scripts/build_lib.sh(or apply locally via PR).v0.1.0(or whatever's appropriate frombuildenv.sh::VERSION).--from-ciintohero_skills/tools/modules/services/service_editor.nu.Effort
Quick win — 30 min once cluster A unblocks. Phase 2 implementation.