Skip to content

Commit

Permalink
fix: pull dependencies and compile before publishing (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 authored Sep 22, 2023
1 parent e28f09c commit 363452a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-push-to-main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
HEX_API_KEY: ${{ secrets.ELIXIR_HEX_PACKAGE_PUBLISH_API_KEY }}
run: |
pushd src
mix deps.get
mix compile
mix hex.publish --yes
popd
if: ${{ steps.release.outputs.src--release_created }}

0 comments on commit 363452a

Please sign in to comment.