Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
VP-7344: Fix sonarcloud didnt get version number (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvktsk authored Apr 29, 2021
1 parent 7541e01 commit 8901adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 8901adc

Please sign in to comment.