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: Support workflow_dispatch for publishing all packages (#4)
- Add logic to detect trigger type (workflow_dispatch vs push)
- When manually triggered, scan ALL package.json files instead of just changed ones
- Supports specific package_path input or scans entire repository
- Fixes issue where manual triggers failed with 'No package.json files changed'
- Excludes node_modules and hidden directories from scan
This allows manual publishing of unpublished packages without requiring version bump commits.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments