Skip to content

Commit

Permalink
Update workflow and webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Aug 22, 2023
1 parent 02e1209 commit 7cbb9bc
Show file tree
Hide file tree
Showing 4 changed files with 1,475 additions and 4,370 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/module-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.200.20
# v3.200.30
name: Release hotfix

on:
Expand All @@ -12,12 +12,12 @@ on:

jobs:
test:
uses: VirtoCommerce/.github/.github/workflows/[email protected].20
uses: VirtoCommerce/.github/.github/workflows/[email protected].30
secrets:
sonarToken: ${{ secrets.SONAR_TOKEN }}

build:
uses: VirtoCommerce/.github/.github/workflows/[email protected].20
uses: VirtoCommerce/.github/.github/workflows/[email protected].30
with:
uploadPackage: 'true'
uploadDocker: 'false'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].20
uses: VirtoCommerce/.github/.github/workflows/[email protected].30
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
Expand Down
Loading

0 comments on commit 7cbb9bc

Please sign in to comment.