Skip to content

Release to Store

Release to Store #31

Workflow file for this run

name: Release to Store
on:
workflow_dispatch:
workflow_run:
workflows: ["Prepare Release"]
types:
- completed
jobs:
build:
uses: shopware/github-actions/.github/workflows/store-release.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.SHOPWARE_ACCOUNT_USER }}
accountPassword: ${{ secrets.SHOPWARE_ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}