Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed May 23, 2024
1 parent 5236fea commit 84afce8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/platform-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# v3.800.0
# v3.800.6
# https://virtocommerce.atlassian.net/browse/VCST-915
name: Release hotfix

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

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

build:
uses: VirtoCommerce/.github/.github/workflows/[email protected].0
uses: VirtoCommerce/.github/.github/workflows/[email protected].6
with:
uploadPackage: 'true'
uploadDocker: 'true'
Expand All @@ -35,7 +36,7 @@ jobs:
changelog: ${{ steps.changelog.outputs.changelog }}
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -46,7 +47,7 @@ jobs:
publish-docker:
needs:
[build, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].0
uses: VirtoCommerce/.github/.github/workflows/[email protected].6
with:
fullKey: ${{ needs.build.outputs.dockerFullKey }}
shortKey: '${{ needs.build.outputs.dockerShortKey }}-'
Expand All @@ -60,11 +61,12 @@ jobs:
publish-github-release:
needs:
[build, test, get-metadata]
uses: VirtoCommerce/.github/.github/workflows/[email protected].0
uses: VirtoCommerce/.github/.github/workflows/[email protected].6
with:
fullKey: ${{ needs.build.outputs.packageFullKey }}
changeLog: '${{ needs.get-metadata.outputs.changeLog }}'
incrementPatch: ${{ github.event.inputs.incrementPatch }}
makeLatest: 'false'
secrets:
envPAT: ${{ secrets.GITHUB_TOKEN }}
nugetKey: ${{ secrets.NUGET_KEY }}
Expand All @@ -76,7 +78,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install VirtoCommerce.GlobalTool
uses: VirtoCommerce/vc-github-actions/setup-vcbuild@master
Expand Down

0 comments on commit 84afce8

Please sign in to comment.