Skip to content

Commit 8246b00

Browse files
committed
Update hex github action
1 parent d2ec574 commit 8246b00

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/hexpm-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ jobs:
99
release:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
1312
- name: Check out
1413
uses: actions/checkout@v4
1514

15+
- name: Get Erlang/OTP
16+
uses: erlef/setup-beam@v1
17+
with:
18+
otp-version: 26
19+
rebar3-version: '3.24.0'
20+
1621
- name: Get Erlang/OTP
1722
uses: erlef/setup-beam@v1
1823
with:

0 commit comments

Comments
 (0)