Skip to content

Commit

Permalink
fix: fixing working directory using mix lock at parent 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 26, 2024
1 parent 9d19927 commit 07e31b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 07e31b9

Please sign in to comment.