ci: fix otp version

This commit is contained in:
Ivan Dyachkov 2024-01-31 18:02:31 +01:00
parent f1c7e716ce
commit 1501f5b89d
1 changed files with 1 additions and 1 deletions

View File

@ -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