ci(publish): resolve version from gradle.properties (ship 2.1.0) - #104
Conversation
Bump mbl-actionhub @v1.0.12 -> @v1.9.1 + version-source: gradle-properties + gradle-properties-key: paycraft.version, so publish ships the declared paycraft.version (2.1.0) instead of auto-patch-bumping (which shipped 2.0.3).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe publish workflow updates its reusable workflow reference from ChangesPublish Workflow Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
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 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. Comment |
Fixes the publish pipeline to ship the version declared in
gradle.properties(paycraft.version=2.1.0) instead of auto-patch-bumping off Maven/GitHub Releases (which shipped 2.0.3). Bumps mbl-actionhub@v1.0.12 → @v1.9.1+ addsversion-source: gradle-properties+gradle-properties-key: paycraft.version. Workflow-only change.After merge: dispatch publish from development → 2.1.0.
Summary by CodeRabbit