Publishes Theme to Azure blob or Github Release
description: 'Branche support preparation of a new production release'
required: false
default: "master"
description: 'Path to artifact'
description: 'Name of artifact'
description: 'URL to artifact'
- name: Publish
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || (github.event_name == 'workflow_dispatch' && github.ref != 'refs/heads/master')}}
id: publish
uses: VirtoCommerce/vc-github-actions/publish-theme@master