Skip to content

Commit

Permalink
Merge pull request #20 from shopware/next-33446/fix-update-icon-workflow
Browse files Browse the repository at this point in the history
NEXT-33446 - fix update icon workflow
  • Loading branch information
Haberkamp authored Feb 15, 2024
2 parents ef8632c + 18cf632 commit 39ebd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: pnpm install --frozen-lockfile --prefer-offline

- name: Build
run: pnpm --filter @shopware-ag/meteor-component-library run build
run: pnpm --filter @shopware-ag/meteor-icon-kit run build

- name: Update icons
run: pnpm --filter @shopware-ag/meteor-component-library run start
run: pnpm --filter @shopware-ag/meteor-icon-kit run start

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 39ebd6a

Please sign in to comment.