Create npm-publish-github-packages.yml#13
Conversation
Signed-off-by: Huỳnh Thương <admin@huynhthuong.online>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughMột workflow GitHub Actions mới được thêm vào để tự động hóa quy trình chạy test và công bố gói npm lên GitHub Packages. Khi release được tạo, workflow chạy job ChangesQuy Trình Tự Động Công Bố Gói NPM
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Warning Review ran into problems🔥 ProblemsLinked repositories: Your configuration references 1 linked repositories, but your current plan allows 0. Analyzed ``, skipped Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Signed-off-by: Huỳnh Thương <admin@huynhthuong.online>
|
Kilo Code Review could not run — your account is out of credits. Add credits or switch to a free model to enable reviews on this change. |
Summary by cubic
Add a GitHub Actions workflow to test (if present) and publish the Node package to GitHub Packages when a Release is created. Publishes only after the build job succeeds on Node 20.
.github/workflows/npm-publish-github-packages.ymltriggered onrelease: created.npm ciandnpm test --if-present.registry-urltohttps://npm.pkg.github.com/; runsnpm ciandnpm publishusingsecrets.GITHUB_TOKENwithpackages: writeandcontents: read.Written for commit e3704cd. Summary will update on new commits. Review in cubic