Skip to content

Commit

Permalink
Fetch deps on mix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzemek committed Apr 28, 2024
1 parent 1865026 commit e89b2a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION }}
otp-version: ${{ env.ERLANG_VERSION }}

- name: Get deps
run: mix deps.get

- name: Release to hex.pm
run: mix hex.publish --yes
env:
Expand Down

0 comments on commit e89b2a6

Please sign in to comment.