Skip to content

Release to Store

Release to Store #4

Workflow file for this run

name: Release to Store
on:
workflow_dispatch:
jobs:
build:
uses: shopware/github-actions/.github/workflows/store-release.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.SHOPWARE_CLI_ACCOUNT_EMAIL }}
accountPassword: ${{ secrets.SHOPWARE_CLI_ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}