Skip to content

Commit faaaeb5

Browse files
committed
Update hex github action
1 parent f039991 commit faaaeb5

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/hexpm-release.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-24.04
11-
container:
12-
image: public.ecr.aws/docker/library/erlang
1311
steps:
1412
- name: Check out
15-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
14+
15+
- name: Get Erlang/OTP
16+
uses: erlef/setup-beam@v1
17+
with:
18+
otp-version: 26
19+
rebar3-version: '3.24.0'
1620

1721
- name: Prepare libraries
1822
run: |

0 commit comments

Comments
 (0)