Skip to content

Commit

Permalink
Release v0.34.0 (CI fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 30, 2024
1 parent 9d19317 commit 8f80e45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
include:
- otp: 24
otp_version: "24.0"
elixir_version: "1.16.2"
- otp: 25
otp_version: "25.0.4"
elixir_version: "1.16.2"
- otp: 26
otp_version: "26.0.2"
elixir_version: "1.16.2"
- otp: 27
otp_version: "27.0"
elixir_version: "1.17.0-rc.0"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_pre_built/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ inputs:
description: "The major OTP version"
otp_version:
description: "The exact OTP version (major.minor[.patch])"
elixir_version:
description: "The exact Elixir version (major.minor[.patch])"
runs:
using: "composite"
steps:
- uses: erlef/setup-beam@v1.16.0
with:
otp-version: ${{ inputs.otp_version }}
elixir-version: "1.16.0"
elixir-version: ${{ inputs.elixir_version }}
- name: Build ex_doc
shell: bash
run: |
Expand Down

0 comments on commit 8f80e45

Please sign in to comment.