You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct parallel publishing configuration for GitHub Packages
- Fix npm-multiple plugin configuration to use proper pkgRoot for GitHub registry
- Ensure dist-github directory contains complete package structure with scoped package.json
- Copy build artifacts and metadata files to GitHub Packages directory
- Remove conflicting @semantic-release/exec plugin that was causing publish failures
- Properly configure .npmrc with authentication for both registries
This resolves the publishing failures and enables successful dual registry publishing
to both npmjs.org and GitHub Packages with proper scoped package naming.
0 commit comments