Remove CLI npm publish from release workflow#13
Conversation
The fork does not publish a CLI package to npm, so remove the publish_cli job and update downstream job dependencies accordingly.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe pull request removes the npm CLI publishing job from the GitHub Actions release workflow. The publish_cli job and its associated steps are deleted, and job dependencies in the release and finalize workflows are updated to remove references to the removed job. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
Summary
publish_clijob from the release workflow since this fork does not publish a CLI package to npmreleaseandfinalizejob dependencies to no longer requirepublish_cliid-token: writepermission (was only needed for npm publishing)Test plan
Summary by CodeRabbit