Skip to content

Commit

Permalink
ci: Auto update Github Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Feb 27, 2024
1 parent 6bec038 commit ffb1a0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/module-release-hotfix.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-nugets.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ffb1a0a

Please sign in to comment.