Skip to content

Commit

Permalink
add dependency fetch to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samkeer1 committed Apr 4, 2024
1 parent d07d026 commit 145d00a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
elixir-version: ${{ env.ELIXIR_VERSION_SPEC }}

- name: Publish
run: mix hex.publish --yes
run: |
mix deps.get
mix hex.publish --yes

0 comments on commit 145d00a

Please sign in to comment.