Skip to content

remove functionality to generate migrations, due its now in core #30

remove functionality to generate migrations, due its now in core

remove functionality to generate migrations, due its now in core #30

Workflow file for this run

name: Build extension
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
uses: FriendsOfShopware/actions/.github/workflows/store-shopware-cli.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.ACCOUNT_USER }}
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}