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(ci): add automatic yarn.lock generation to auto-publish workflow
Fix yarn.lock dependency issue in GitHub Actions workflow
- Add automatic yarn.lock generation before Node.js cache setup
- Ensure dependencies are installed and lockfile exists before validation
- Update commit step to include yarn.lock in version releases
- Improve workflow robustness for projects without initial lockfile
- Maintain frozen-lockfile strategy for dependency consistency
This resolves the "Dependencies lock file is not found" error that
occurs when yarn.lock is missing from the repository.
0 commit comments