Skip to content

Commit

Permalink
Merge pull request #67 from shopware/add-github-release-workflow
Browse files Browse the repository at this point in the history
chore: add workflow for store release
  • Loading branch information
mstegmeyer authored Jan 22, 2025
2 parents 8c19893 + 8eaa6d7 commit 4f5c111
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions .github/workflows/store-release.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 4f5c111

Please sign in to comment.