release: npm latest remains on 1.8.7 after v1.8.8 publish failure
- Dominant language
- JavaScript
- Stars
- 29.3k
- Forks
- 2.9k
- Avg merge
- 15h 36m
- Merged PRs (30d)
- 70
Description
## Summary
The public GitHub release and source are at v1.8.8, but the npm `latest` tag still resolves to v1.8.7 because release workflow run 33325731547 failed at `Publish to npm`.
## Current evidence
- GitHub release/tag: `v1.8.8`
- source `package.json`: `1.8.8`
- `npm view @jackwener/opencli version dist-tags --json`: version/latest `1.8.7`
- release run: https://github.com/jackwener/OpenCLI/actions/runs/33325731547
- the job completed build and GitHub Release creation, then npm returned a 404 while publishing; the website rebuild step was skipped
## Impact
Users following the documented `npm install -g @jackwener/opencli@latest` path receive 1.8.7 even though v1.8.8 is the current GitHub release.
## Suggested next step
Please verify the npm package scope/ownership and publishing credentials, republish or reconcile v1.8.8, and rerun the website dispatch if appropriate. This needs maintainer release authority; no workflow or credential change is proposed here.
I searched current issues and all-state PRs for the v1.8.8/npm failure and found no equivalent report.
Contributor guide
Research direction
Start by reviewing release workflow run 33325731547 and the failed Publish to npm step, then check the package scope, ownership, and publishing credentials. Done means reconciling or republishing v1.8.8 so npm latest resolves to 1.8.8, followed by the website dispatch if appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- ci-cd, devops, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100