diff --git a/.github/workflows/on-push-to-main-branch.yml b/.github/workflows/on-push-to-main-branch.yml index 2a24d6c..c79d722 100644 --- a/.github/workflows/on-push-to-main-branch.yml +++ b/.github/workflows/on-push-to-main-branch.yml @@ -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 }}