Skip to content

Commit

Permalink
Updating Github Action workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Oct 28, 2020
1 parent c716da2 commit ae98e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# v1.1
name: Platform CI

# Controls when the action will run. Triggers the workflow on push or pull request
Expand Down Expand Up @@ -51,7 +52,10 @@ jobs:
uses: VirtoCommerce/vc-github-actions/changelog-generator@master

- name: Add version suffix
if: ${{ github.ref != 'refs/heads/master' }}
uses: VirtoCommerce/vc-github-actions/add-version-suffix@master
with:
versionSuffix: ${{ steps.image.outputs.suffix }}

- name: SonarCloud Begin
uses: VirtoCommerce/vc-github-actions/sonar-scanner-begin@master
Expand Down

0 comments on commit ae98e88

Please sign in to comment.