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

Commit

Permalink
Updating Github Action workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Nov 9, 2020
1 parent 8e2639a commit 8b60c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1
# v1.1
name: Theme CI
on:
workflow_dispatch:
Expand Down Expand Up @@ -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' }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b60c07

Please sign in to comment.