-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingciCI/CD pipeline changesCI/CD pipeline changeslaunch-blockerBlocks public launch readinessBlocks public launch readiness
Description
Problem
.github/workflows/release.yml is a dead workflow that fails on every run because it calls npm test, which exits with code 1 (the technical safeguard that prevents full test suite runs). The ci.yml release job already handles npm publishing on push to main, making release.yml redundant and confusing.
Scope
- Delete
.github/workflows/release.yml - Verify
ci.ymlrelease job is the sole publish mechanism - Confirm CI passes end-to-end after deletion
Acceptance Criteria
-
release.ymlno longer exists in the repo -
ci.ymlrelease job publishes successfully on push tomain - No duplicate workflow runs on merge to
main
Dependencies
- Depends on NPM_TOKEN rotation issue (need valid token to verify CI end-to-end)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingciCI/CD pipeline changesCI/CD pipeline changeslaunch-blockerBlocks public launch readinessBlocks public launch readiness