From be33f99ac5352c919038693597f303f698114fd2 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Tue, 27 Feb 2024 15:24:32 -0500 Subject: [PATCH] fix: test for COMMIT_PUSH in false but PUBLISH_ARTIFACT in false --- .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 746bf48..f9661ed 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -91,7 +91,7 @@ jobs: run: sed -i 's/@version \".*\"/@version "${{ env.RELEASE_VERSION }}"/g' mix.exs working-directory: Elixir/Konex - # testing, qorking but we need to prevent next run + # testing, qorking but we need to prevent next run - name: Commit And Push version if: ${{ ( env.COMMIT_PUSH == 'true' ) }} uses: github-actions-x/commit@v2.9