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