diff --git a/.github/workflows/intergration.yml b/.github/workflows/integration.yml similarity index 100% rename from .github/workflows/intergration.yml rename to .github/workflows/integration.yml diff --git a/.github/workflows/store-release.yml b/.github/workflows/store-release.yml new file mode 100644 index 000000000..acc2ee44a --- /dev/null +++ b/.github/workflows/store-release.yml @@ -0,0 +1,12 @@ +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_ACCOUNT_USER }} + accountPassword: ${{ secrets.SHOPWARE_ACCOUNT_PASSWORD }} + ghToken: ${{ secrets.GITHUB_TOKEN }}