From 87592d6dc6ec3cf7e5b9f9aeec9175db337189d1 Mon Sep 17 00:00:00 2001 From: Mateusz Koszutowski Date: Thu, 2 Nov 2023 09:28:40 +0100 Subject: [PATCH] Revert "Update continuous-delivery.yml" --- .github/workflows/continuous-delivery.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 27760322..86a8446d 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -100,7 +100,4 @@ jobs: - if: ${{ (inputs.enterprise == false) && (steps.changesets.outputs.hasChangesets == 'false') }} name: Publish - run: | - yarn build \ - && npm config --location project set @vue-storefront:registry=https://registrynpm.storefrontcloud.io/ \ - && yarn changeset publish + run: yarn build && yarn changeset publish \ No newline at end of file