diff --git a/.github/workflows/pack-plugin.yml b/.github/workflows/pack-plugin.yml new file mode 100644 index 0000000..e1aabd2 --- /dev/null +++ b/.github/workflows/pack-plugin.yml @@ -0,0 +1,13 @@ +name: DeployPlugin +on: + push: + branches: + - main + +jobs: + build: + uses: FriendsOfShopware/actions/.github/workflows/github.yml@main + with: + extensionName: ${{ github.event.repository.name }} + secrets: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/composer.json b/composer.json index 0959c86..995d290 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "thumbnail" ], "description": "This plugins allows you to use secured imgproxy in thumbnail processor", - "version": "v1.0.0", + "version": "1.0.0", "type": "shopware-platform-plugin", "license": "MIT", "authors": [