From 227195df4297f5a5b49c24d3a2addc96c43db149 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 31 Jan 2024 18:02:31 +0100 Subject: [PATCH] ci: fix otp version --- .github/workflows/_push-entrypoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_push-entrypoint.yaml b/.github/workflows/_push-entrypoint.yaml index a755bd1ce..8caece6eb 100644 --- a/.github/workflows/_push-entrypoint.yaml +++ b/.github/workflows/_push-entrypoint.yaml @@ -108,7 +108,7 @@ jobs: publish: ${{ needs.prepare.outputs.release }} latest: ${{ needs.prepare.outputs.latest }} # TODO: revert this back to needs.prepare.outputs.otp_vsn when OTP 26 bug is fixed - otp_vsn: 25.3.2 + otp_vsn: 25.3.2-2 elixir_vsn: ${{ needs.prepare.outputs.elixir_vsn }} builder_vsn: ${{ needs.prepare.outputs.builder_vsn }} secrets: inherit