ci: skip publish step if no release is needed#599
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 7 7
Lines 718 718
=======================================
Hits 717 717
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🚢 Matches the patterns of an individual project release so will merge now ⚡ |
Summary
This pull request skips the
publishstep if no release is needed.Fixes an issue where publishing is attempted after a recent release but no changesets exist. The "changelog" PR wasn't created so publishing was attempted! This didn't cause problems but requires unneeded approval.
Mirrors slackapi/bolt-js#2894.
Requirements