Skip to content

Commit 96bd68a

Browse files
authored
Fix publish to hex.pm (#34)
1 parent 5049b9d commit 96bd68a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/hex.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
otp: [25]
15-
container:
16-
image: erlang:${{ matrix.otp }}
14+
otp: [24]
15+
rebar: [3.18.0]
1716
steps:
1817
- uses: actions/checkout@v3
18+
- uses: erlef/setup-beam@v1
19+
with:
20+
version-type: strict
21+
otp-version: ${{matrix.otp}}
22+
rebar3-version: ${{matrix.rebar}}
1923
- name: Publish to Hex.pm
2024
env:
2125
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)