fix(ci): bump release workflow to OTP 28.5#888
Conversation
OTP 28.0 ships a :re module that is incompatible with hex 2.4.2, breaking mix hex.publish during release. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
PR SummaryLow Risk Overview This unblocks Reviewed by Cursor Bugbot for commit 2754b6b. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Hex release GitHub Actions workflow to run on a newer Erlang/OTP patch level to avoid the OTP 28.0 :re incompatibility that breaks mix hex.publish, keeping releases functional.
Changes:
- Bump
otp-versionused by the Hex release workflow from28.0to28.5.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| with: | ||
| elixir-version: '1.19.0' | ||
| otp-version: '28.0' | ||
| otp-version: '28.5' |
:remodule that is incompatible with hex 2.4.2 (:re.import/1undefined), breakingmix hex.publishduring the release workflow.