Skip to content

Commit 87e5b65

Browse files
authored
CI: Fix build recipe
1 parent 082e469 commit 87e5b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
otp-version: '27'
1919
rebar3-version: '3.24'
20+
- run: rebar3 compile
2021
- name: Publish to hex.pm
2122
env:
2223
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
23-
run: rebar3 compile
2424
run: rebar3 hex publish -r hexpm --yes

0 commit comments

Comments
 (0)