diff --git a/.github/scripts/embed.sh b/.github/scripts/embed.sh index 536a3dc4..43f12b61 100755 --- a/.github/scripts/embed.sh +++ b/.github/scripts/embed.sh @@ -9,7 +9,7 @@ BRANCH_DOCS_63=v6.3.0 BRANCH_FRONTENDS=DX-devhub BRANCH_ADMIN_EXTENSION_SDK=DX-223 BRANCH_METEOR_ICON_KIT=main -BRANCH_METEOR_COMPONENT_LIBRARY=DX-231 +BRANCH_METEOR_COMPONENT_LIBRARY=main BRANCH_RELEASE_NOTES=main # custom orgs @@ -20,7 +20,7 @@ ORG_DOCS_63=shopware ORG_FRONTENDS=shopware ORG_ADMIN_EXTENSION_SDK=shopware ORG_METEOR_ICON_KIT=shopware -ORG_METEOR_COMPONENT_LIBRARY=bojanrajh +ORG_METEOR_COMPONENT_LIBRARY=shopware ORG_RELEASE_NOTES=shopware if [[ "$PWD" != *"/developer-portal" ]]; then diff --git a/.vitepress/portal.json b/.vitepress/portal.json index b77ecadc..274bdb0c 100644 --- a/.vitepress/portal.json +++ b/.vitepress/portal.json @@ -153,14 +153,12 @@ "dst": "resources/meteor-component-library", "branch": [ "env.BRANCH_METEOR_COMPONENT_LIBRARY", - "DX-231", "main" ], "org": [ "env.ORG_METEOR_COMPONENT_LIBRARY", - "bojanrajh" - ], - "skip": true + "shopware" + ] }, { "name": "shopware/release-notes",