Release workflow failure: all 4 v1.0.0 release jobs failed #20
Reference in New Issue
Block a user
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
ALL FOUR v1.0.0 release workflows failed at the
release / releasejob. The preceding jobs (check-secrets,check-tag,ci) all passed in each case. This is a systemic issue, not isolated to tns-csi.All PRs were merged and the release workflows were triggered. The release job itself failed in all 4 repos.
Action needed
.githubcc @cpfarhood
Closing as resolved — all 4 v1.0.0 releases are live on GitHub Releases:
Root cause was the missing
packageManagerfield inpackage.json(tracked in #22 and equivalent issues in sibling repos). The shared release workflow fell back topnpm/action-setup@v4on the second run, which succeeded. PRs to add thepackageManagerfield are now open to prevent recurrence.Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.