From 7c44804dcf12b6206b9d5d7e16b6ea67f39ec226 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Thu, 14 Mar 2024 17:56:47 -0500 Subject: [PATCH] fix: removing message --- .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 075f9e9..10b8d78 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -66,7 +66,7 @@ jobs: echo "SKIP_RELEASE: ${{ env.SKIP_RELEASE }}" - name: Set variables From git tag command - if: ${{ env.SKIP_RELEASE == 'false' && env.PUBLISH_ARTIFACT == 'true' }} + if: ${{ env.SKIP_RELEASE == 'false' }} run: | echo "$VER" echo "RELEASE_VERSION=$(git tag | sort --version-sort | tail -n1 | tr -d 'v')" >> $GITHUB_ENV