Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
chore: add workflow to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Aug 4, 2023
1 parent 28a2067 commit fd6412c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/pack-plugin.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit fd6412c

Please sign in to comment.