Skip to content

Commit

Permalink
Merge pull request #83 from vuestorefront-community/mkoszut-patch-1
Browse files Browse the repository at this point in the history
Update continuous-delivery.yml
  • Loading branch information
mkoszut authored Nov 2, 2023
2 parents 94ce997 + a7c548b commit 2cfaf0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,7 @@ jobs:
- if: ${{ (inputs.enterprise == false) && (steps.changesets.outputs.hasChangesets == 'false') }}
name: Publish
run: yarn build && yarn changeset publish
run: |
yarn build \
&& npm config --location project set @vue-storefront:registry=https://registrynpm.storefrontcloud.io/ \
&& yarn changeset publish

0 comments on commit 2cfaf0b

Please sign in to comment.