From 6106fb0ceb12bb9ddb45ba4a44233b36d09ce737 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Tue, 27 Feb 2024 15:19:05 -0500 Subject: [PATCH] fix: removing plugins and removing VERSION TAG logic, removing condition en commit and push and upgrate mix.exs step --- .github/workflows/template-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index e6491c4..0e8f2db 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -87,7 +87,7 @@ jobs: working-directory: Elixir/Konex - name: Upgrade mix.exs - if: ${{ ( env.COMMIT_PUSH == 'true' ) || ( env.PUBLISH_ARTIFACT == 'true' ) }} + if: ${{ ( env.COMMIT_PUSH == 'true' ) }} run: sed -i 's/@version \".*\"/@version "${{ env.RELEASE_VERSION }}"/g' mix.exs working-directory: Elixir/Konex