Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jan 26, 2024
1 parent 49a95cb commit 868d831
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Install Shopware CLI

- name: Install Shopware CLI
uses: FriendsOfShopware/shopware-cli-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and Package Extension

- name: Build and Package Extension
run: shopware-cli extension zip .
```

0 comments on commit 868d831

Please sign in to comment.