ci(release): investigate missing release workflow runs for tags and dispatch #49
Labels
No labels
autorelease: pending
autorelease: tagged
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-cve#49
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?
Summary
During the CT-CVE 0.9.2 release, neither creating/pushing tag
ct-cve-v0.9.2nor manually dispatching.github/workflows/release-please.ymlqueued a visiblePublish Forgejo releasetask.Evidence
fj tag create ct-cve-v0.9.2 -B maincreated the tag but no release task appeared infj actions tasks.fj actions dispatch release-please.yml main -I tag_name=ct-cve-v0.9.2 -I target_ref=c4331f9...returned success but did not create a visible task.Releasereturned a Forgejo 500.ct-cve-v0.9.1, show thePublish Forgejo releasejob working in the past.Impact
The 0.9.2 image and release had to be published manually with Docker Buildx plus
fj releaseasset commands. This creates avoidable release risk and can leave fixes unpublished if not noticed.Suggested next steps
Check Forgejo Actions event handling for tag pushes and workflow dispatches on this repo, including whether workflow dispatch runs are hidden from
fj actions tasks, whether tag push events are disabled, or whether the runner/controller rejected the queued job before task creation.