chore: remove maven publish dependencies for publish-github-packages job#335
chore: remove maven publish dependencies for publish-github-packages job#335SoulPancake merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the release workflow to decouple the GitHub Packages publish job from the Maven Central publish job, allowing them to run independently (while still gating on tests and still both required before creating a release draft).
Changes:
- Remove
publish-maven-centralfrom theneedslist of thepublish-github-packagesjob. - Keep
create-releasedependent on both publish jobs to preserve the overall release gating.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR modifies the GitHub Actions workflow to change the dependency chain for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #335 +/- ##
=========================================
Coverage 38.48% 38.48%
Complexity 1268 1268
=========================================
Files 198 198
Lines 7704 7704
Branches 900 900
=========================================
Hits 2965 2965
Misses 4591 4591
Partials 148 148 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit