From ffb1a0ab2ffdd422c1176bce282d546088261d85 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Tue, 27 Feb 2024 05:00:05 +0000 Subject: [PATCH] ci: Auto update Github Action workflows --- .github/workflows/module-ci.yml | 10 +++++----- .github/workflows/module-release-hotfix.yml | 4 ++-- .github/workflows/publish-nugets.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/module-ci.yml b/.github/workflows/module-ci.yml index 3a9a9f6..0e2434e 100644 --- a/.github/workflows/module-ci.yml +++ b/.github/workflows/module-ci.yml @@ -1,5 +1,5 @@ -# v3.800.2 -# https://virtocommerce.atlassian.net/browse/VCST-349 +# v3.800.3 +# https://virtocommerce.atlassian.net/browse/VCST-570 name: Module CI on: @@ -128,7 +128,7 @@ jobs: run: vc-build Compress -skip Clean+Restore+Compile+Test - name: Publish Nuget - if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'workflow_dispatch' }} + if: ${{ github.ref == 'refs/heads/master' }} uses: VirtoCommerce/vc-github-actions/publish-nuget@master - name: Publish to Blob @@ -192,13 +192,13 @@ jobs: fi - name: Setup Git Credentials - if: ${{ (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master') && github.event_name != 'workflow_dispatch' }} + if: ${{ (github.ref == 'refs/heads/dev' && github.event_name != 'workflow_dispatch') || github.ref == 'refs/heads/master' }} uses: VirtoCommerce/vc-github-actions/setup-git-credentials-github@master with: githubToken: ${{ secrets.REPO_TOKEN }} - name: Publish Manifest - if: ${{ (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master') && github.event_name != 'workflow_dispatch' }} + if: ${{ (github.ref == 'refs/heads/dev' && github.event_name != 'workflow_dispatch') || github.ref == 'refs/heads/master' }} uses: VirtoCommerce/vc-github-actions/publish-manifest@master with: packageUrl: ${{ steps.artifactUrl.outputs.download_url }} diff --git a/.github/workflows/module-release-hotfix.yml b/.github/workflows/module-release-hotfix.yml index fc136a4..e83d279 100644 --- a/.github/workflows/module-release-hotfix.yml +++ b/.github/workflows/module-release-hotfix.yml @@ -1,5 +1,5 @@ -# v3.800.2 -# https://virtocommerce.atlassian.net/browse/VCST-349 +# v3.800.3 +# https://virtocommerce.atlassian.net/browse/VCST-570 name: Release hotfix on: diff --git a/.github/workflows/publish-nugets.yml b/.github/workflows/publish-nugets.yml index a971315..ad90aab 100644 --- a/.github/workflows/publish-nugets.yml +++ b/.github/workflows/publish-nugets.yml @@ -1,5 +1,5 @@ -# v3.800.2 -# https://virtocommerce.atlassian.net/browse/VCST-349 +# v3.800.3 +# https://virtocommerce.atlassian.net/browse/VCST-570 name: Publish nuget on: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9a36fda..8bbf509 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ -# v3.800.2 -# https://virtocommerce.atlassian.net/browse/VCST-349 +# v3.800.3 +# https://virtocommerce.atlassian.net/browse/VCST-570 name: Release on: