From 07e31b964510f1062f8a68c164cdba91e691ebd5 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Mon, 26 Feb 2024 11:56:49 -0500 Subject: [PATCH] fix: fixing working directory using mix lock at parent 14 --- .github/workflows/template-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index 97c9277..77bce34 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -114,11 +114,11 @@ jobs: working-directory: Elixir/Konex - name: Upgrade mix.exs - if: ${{PUBLISH_ARTIFACT}} == true + if: ${{ env.PUBLISH_ARTIFACT }} == true run: sed -i 's/@version \".*\"/@version "$VER"/g' mix.exs # - name: Publish to HEX - # if: ${{PUBLISH_ARTIFACT}} == true + # if: ${{ env.PUBLISH_ARTIFACT }} == true # run: mix hex.publish --replace --yes # env: # HEX_API_KEY: ${{ secrets.HEX_API_KEY }} \ No newline at end of file