Skip to content

Commit caed337

Browse files
committed
Update hex action
1 parent 354cd3c commit caed337

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/hexpm-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ jobs:
1212
- name: Check out
1313
uses: actions/checkout@v4
1414

15+
- name: Get Erlang/OTP
16+
uses: erlef/setup-beam@v1
17+
with:
18+
otp-version: 26
19+
rebar3-version: '3.24.0'
20+
21+
- name: Setup rebar3 hex
22+
run: |
23+
mkdir -p ~/.config/rebar3/
24+
echo "{plugins, [rebar3_hex]}." > ~/.config/rebar3/rebar.config
25+
1526
- name: Generate documentation
1627
run: rebar3 edoc
1728

0 commit comments

Comments
 (0)