From 2769cb0e9d9881dac66b5885983d897452218d7c Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:47:36 +0500 Subject: [PATCH] Update module-ci-common.yml --- .github/workflows/module-ci-common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-ci-common.yml b/.github/workflows/module-ci-common.yml index 27697ed..68350ed 100644 --- a/.github/workflows/module-ci-common.yml +++ b/.github/workflows/module-ci-common.yml @@ -99,7 +99,7 @@ jobs: echo "VERSION_SUFFIX=${{ steps.artifact_ver.outputs.suffix }}" >> $GITHUB_ENV fi; - name: Add version suffix - if: ${{ github.ref != 'refs/heads/master' || github.ref != 'refs/heads/main' }} + if: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }} uses: VirtoCommerce/vc-github-actions/add-version-suffix@VCST-571 with: versionSuffix: ${{ env.VERSION_SUFFIX }}