diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 16591d65..5c35a11b 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -26,7 +26,7 @@ jobs: - name: Create deploy PR in QA if: github.event.action != 'closed' && contains(github.event.pull_request.labels.*.name, 'deploy-qa') && !contains(github.event.pull_request.labels.*.name, 'deploy-demo') - uses: VirtoCommerce/vc-github-actions/create-deploy-pr@VDS-1275 + uses: VirtoCommerce/vc-github-actions/create-deploy-pr@master with: deployRepo: "vc-webstore-deploy" deployBranch: "qa" @@ -36,7 +36,7 @@ jobs: - name: Create deploy PR in Demo if: github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'deploy-demo') - uses: VirtoCommerce/vc-github-actions/create-deploy-pr@VDS-1275 + uses: VirtoCommerce/vc-github-actions/create-deploy-pr@master with: deployRepo: "vc-webstore-deploy" deployBranch: "master" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7da77269..31d0a200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,8 @@ jobs: - name: SonarCloud Scan uses: VirtoCommerce/vc-github-actions/sonar-theme@master + with: + projectVersion: ${{ env.VERSION_SUFFIX }} - name: Build if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' }}