diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml index 459e0d3a7..f44c0eaba 100644 --- a/.github/workflows/update-icons.yml +++ b/.github/workflows/update-icons.yml @@ -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