Add comprehensive troubleshooting documentation for NPM release job failures #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The release job is failing with a 404 error when attempting to publish packages to NPM:
This error indicates an NPM organization/token configuration issue rather than a code problem. After analyzing the workflow logs, I found that:
publishConfig.access: "public"@supergrainorganization (404 error)Root Cause
The 404 error occurs when:
@supergraindoesn't exist on npmjs.com, ORNPM_TOKENsecret is missing or incorrect (wrong type, no permissions, expired), OR@supergrainorganizationSolution
This PR adds comprehensive troubleshooting documentation to help diagnose and fix the NPM publishing issue:
New Documentation
QUICK_FIX_SUMMARY.md - Fast-track 5-minute guide with step-by-step instructions to:
DEBUG_REPORT.md - Complete diagnostic report including:
TROUBLESHOOTING_RELEASE.md - Comprehensive troubleshooting guide with:
Updated Documentation
How to Use This
If you're experiencing the release failure:
@supergrainNPM_TOKENsecret at https://github.com/commoncurriculum/supergrain/settings/secrets/actionsEstimated fix time: 12 minutes
Key Points
@supergrainorganizationTesting
The documentation includes local testing commands to verify your NPM token configuration before updating the GitHub secret:
Related Issues
This PR addresses the release job failures seen in recent workflow runs, particularly run #18472079034 and earlier attempts. No code changes are needed - only NPM organization and token configuration.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.