Skip to content

Commit

Permalink
Update module-ci-common.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEhlo authored Apr 5, 2024
1 parent 0689de0 commit 2769cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-ci-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2769cb0

Please sign in to comment.