From 2754b6bf514ec7996f1cea3690381f4aa65c23ec Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Sat, 6 Jun 2026 12:04:10 -0400 Subject: [PATCH] fix(ci): bump release workflow to OTP 28.5 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 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 659a12bc..655ed492 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: erlef/setup-beam@v1 with: elixir-version: '1.19.0' - otp-version: '28.0' + otp-version: '28.5' version-type: strict - name: Restore dependencies cache uses: actions/cache@v5