diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f000c8c4..dcae6dc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -# v1 +# v1.1 name: Theme CI on: workflow_dispatch: @@ -47,10 +47,14 @@ jobs: - name: SonarCloud Scan uses: VirtoCommerce/vc-github-actions/sonar-theme@master + with: + projectVersion: ${{ steps.image.outputs.fullVersion }} - name: Build if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' }} uses: VirtoCommerce/vc-github-actions/build-theme@master + with: + versionSuffix: ${{ steps.image.outputs.suffix }} - name: Publish if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' }} diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 6d013c8a..13f543ab 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -23,6 +23,8 @@ jobs: - name: Get Image Version uses: VirtoCommerce/vc-github-actions/get-image-version@master id: image + with: + releaseBranch: '' #Always creates tags for alpha version regardless of the forced branch - name: Get changelog id: changelog